From beeacf69d68f366cbbc9701bb7dabd23a898c8c7 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 5 Apr 2024 20:50:15 +0200 Subject: dump_missions flag is in its own tu now --- StarsEx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StarsEx/CMakeLists.txt') diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt index 3e9dc83..2f66d84 100644 --- a/StarsEx/CMakeLists.txt +++ b/StarsEx/CMakeLists.txt @@ -70,6 +70,7 @@ add_library( DriveSprite.cpp Drone.cpp DropShipAI.cpp + DumpMissions.cpp EditBox.cpp Element.cpp Encrypt.cpp @@ -334,7 +335,6 @@ add_executable( test/AudioConfig.cpp test/ShipStats.cpp test/Stardate.cpp - test/dump_missions.cpp ) generate_emulator(${PROJECT_NAME}_test LIBS Opcode ArchiveEx) target_link_libraries(${PROJECT_NAME}_test PRIVATE ${PROJECT_NAME} GTest::gtest_main) -- cgit v1.1