diff options
author | Bottinator22 <bottinator22@gmail.com> | 2025-02-10 10:55:37 -0800 |
---|---|---|
committer | Bottinator22 <bottinator22@gmail.com> | 2025-02-10 13:13:19 -0800 |
commit | c6c46faf7c9f0db31f26c2745f561fea2fb96a3e (patch) | |
tree | a1857a9d887cac72ed3121de9d443d0716b39c8c /source/game/CMakeLists.txt | |
parent | eef0da37e1b206a9d486c5ad74bb10b11944503b (diff) |
scriptable threads
Diffstat (limited to 'source/game/CMakeLists.txt')
-rw-r--r-- | source/game/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/game/CMakeLists.txt b/source/game/CMakeLists.txt index 4825d31..11e0024 100644 --- a/source/game/CMakeLists.txt +++ b/source/game/CMakeLists.txt @@ -254,6 +254,7 @@ SET (star_game_HEADERS scripting/StarTeamClientLuaBindings.hpp scripting/StarWorldLuaBindings.hpp scripting/StarUniverseServerLuaBindings.hpp + scripting/StarScriptableThread.hpp terrain/StarCacheSelector.hpp terrain/StarConstantSelector.hpp @@ -494,6 +495,7 @@ SET (star_game_SOURCES scripting/StarTeamClientLuaBindings.cpp scripting/StarWorldLuaBindings.cpp scripting/StarUniverseServerLuaBindings.cpp + scripting/StarScriptableThread.cpp terrain/StarCacheSelector.cpp terrain/StarConstantSelector.cpp @@ -514,4 +516,4 @@ ADD_LIBRARY (star_game OBJECT ${star_game_SOURCES} ${star_game_HEADERS}) IF(STAR_PRECOMPILED_HEADERS) TARGET_PRECOMPILE_HEADERS (star_game REUSE_FROM star_core) -ENDIF()
\ No newline at end of file +ENDIF() |