mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
builds?
This commit is contained in:
@@ -16,11 +16,11 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
|
||||
|
||||
ADD_LIBRARY(Creamlinux SHARED
|
||||
${CMAKE_SOURCE_DIR}/main.cpp
|
||||
${CMAKE_SOURCE_DIR}/steam
|
||||
${CMAKE_SOURCE_DIR}/ext/steamworks_sdk/steam
|
||||
# ${CMAKE_SOURCE_DIR}/Creamlinux_steamapps.cpp
|
||||
)
|
||||
|
||||
# If you want to build the testapp, you'll need to find libsteam_api and copy it to lib/libsteam_api.so
|
||||
ADD_EXECUTABLE(Testapp ${CMAKE_SOURCE_DIR}/test.cpp)
|
||||
TARGET_LINK_LIBRARIES(Testapp libsteam_api.so)
|
||||
#ADD_EXECUTABLE(Testapp ${CMAKE_SOURCE_DIR}/test.cpp)
|
||||
#TARGET_LINK_LIBRARIES(Testapp libsteam_api.so)
|
||||
#TARGET_LINK_LIBRARIES(${CREAMLINUX_NAME} )
|
||||
|
||||
Reference in New Issue
Block a user