File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,6 @@ set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG")
182182if (STEAM)
183183 set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSTEAM_BUILD" )
184184 set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DSTEAM_BUILD" )
185- set (STEAM_SOURCES
186- src/steam/steamworks_api_wrapper.c
187- )
188- else ()
189- set (STEAM_SOURCES "" )
190185endif ()
191186
192187if (MINGW)
Original file line number Diff line number Diff line change 11file (GLOB SOURCE_FILES CONFIGURE_DEPENDS *.c)
2+ target_sources (${PROJECT_NAME} PRIVATE ${SOURCE_FILES} )
23
34if (STEAM)
4- file (GLOB SOURCE_FILES CONFIGURE_DEPENDS steam/* .c)
5+ target_sources ( ${PROJECT_NAME} PRIVATE steam/steamworks_api_wrapper .c)
56endif ()
6-
7- target_sources (${PROJECT_NAME} PRIVATE ${SOURCE_FILES} )
You can’t perform that action at this time.
0 commit comments