Update: Merge branch 'jgrpp_master_cmake' into jgrpp_cmake

This commit is contained in:
TechGeekNZ
2020-06-27 20:46:53 +12:00
committed by Jonathan G Rennison
329 changed files with 4044 additions and 32403 deletions

14
src/game/CMakeLists.txt Normal file
View File

@@ -0,0 +1,14 @@
add_files(
game.hpp
game_config.cpp
game_config.hpp
game_core.cpp
game_info.cpp
game_info.hpp
game_instance.cpp
game_instance.hpp
game_scanner.cpp
game_scanner.hpp
game_text.cpp
game_text.hpp
)