diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-08 20:09:27 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-08 20:09:27 +1100 |
commit | 6c562470f3a7cd24ed6501f54422564ed42051ea (patch) | |
tree | 2e422b3316b6e77cbc35085a9ce63b4c6d0912d3 /source/server | |
parent | 89fe1bf15bc458df6c63f1aaeac42a4883efbfd5 (diff) |
Merge launcher branch
Diffstat (limited to 'source/server')
-rw-r--r-- | source/server/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/server/CMakeLists.txt b/source/server/CMakeLists.txt index 98c1179..697aca3 100644 --- a/source/server/CMakeLists.txt +++ b/source/server/CMakeLists.txt @@ -22,5 +22,9 @@ SET (star_server_SOURCES ADD_EXECUTABLE (starbound_server $<TARGET_OBJECTS:star_extern> $<TARGET_OBJECTS:star_core> $<TARGET_OBJECTS:star_base> $<TARGET_OBJECTS:star_game> ${star_server_HEADERS} ${star_server_SOURCES}) -TARGET_PRECOMPILE_HEADERS (starbound_server REUSE_FROM star_core) + +IF(STAR_PRECOMPILED_HEADERS) + TARGET_PRECOMPILE_HEADERS (starbound_server REUSE_FROM star_core) +ENDIF() + TARGET_LINK_LIBRARIES (starbound_server ${STAR_EXT_LIBS})
\ No newline at end of file |