Update CMakeLists.txt

merge-requests/28/head
Nemirtingas 2019-12-09 05:47:46 +00:00
parent 02924d986e
commit d75b1850e4
1 changed files with 17 additions and 5 deletions

View File

@ -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