Starbound source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
280 B

include_directories(
${STAR_CORE_INCLUDES}
${STAR_STEAM_INCLUDES}
)
set(steam_HEADERS
StarSteamCheck.hpp
)
set(steam_SOURCES
StarSteamCheck.cpp
)
add_library(star_steam ${steam_SOURCES} ${steam_HEADERS})
target_link_libraries(star_steam star)