mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-24 03:35:35 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
02924d986e
commit
d75b1850e4
@ -79,11 +79,23 @@ file(GLOB DETOURS_SRC_SHARED
|
|||||||
detours/*.cpp
|
detours/*.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
file(GLOB OVERLAY_EXPERIMENTAL_SRC_SHARED
|
if(WIN32)
|
||||||
|
file(GLOB OVERLAY_EXPERIMENTAL_SRC_SHARED
|
||||||
overlay_experimental/*.cpp
|
overlay_experimental/*.cpp
|
||||||
|
overlay_experimental/windows/*.cpp
|
||||||
ImGui/*.cpp
|
ImGui/*.cpp
|
||||||
ImGui/impls/*.cpp
|
ImGui/impls/*.cpp
|
||||||
)
|
ImGui/impls/windows/*.cpp
|
||||||
|
)
|
||||||
|
elseif(UNIX)
|
||||||
|
file(GLOB OVERLAY_EXPERIMENTAL_SRC_SHARED
|
||||||
|
overlay_experimental/*.cpp
|
||||||
|
overlay_experimental/linux/*.cpp
|
||||||
|
ImGui/*.cpp
|
||||||
|
ImGui/impls/*.cpp
|
||||||
|
ImGui/impls/linux/*.cpp
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
# Setup for the steam_api(64).dll / libsteam_api.so
|
# Setup for the steam_api(64).dll / libsteam_api.so
|
||||||
|
Loading…
Reference in New Issue
Block a user