From d599de1ffc38f8c7f17b454fdf6eb3aaf320c89e Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 13 Dec 2022 23:29:03 +0100 Subject: Added naive events for ship destruction --- stats/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stats/CMakeLists.txt (limited to 'stats/CMakeLists.txt') diff --git a/stats/CMakeLists.txt b/stats/CMakeLists.txt new file mode 100644 index 0000000..02b68a8 --- /dev/null +++ b/stats/CMakeLists.txt @@ -0,0 +1,12 @@ +project(stats) +add_library( + ${PROJECT_NAME} INTERFACE +) +target_include_directories( + ${PROJECT_NAME} + INTERFACE include +) +target_link_libraries( + ${PROJECT_NAME} + INTERFACE campaign +) -- cgit v1.1