Update CMakeLists.txt
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)
|
||||||
overlay_experimental/*.cpp
|
file(GLOB OVERLAY_EXPERIMENTAL_SRC_SHARED
|
||||||
ImGui/*.cpp
|
overlay_experimental/*.cpp
|
||||||
ImGui/impls/*.cpp
|
overlay_experimental/windows/*.cpp
|
||||||
)
|
ImGui/*.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