From 345bb237a7f682670a6107ae75afd948cc1f6ab6 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 May 2022 15:37:59 +0200 Subject: Separated Wreck from Killmail --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 94427fa..30ff0fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ add_executable( ${PROJECT_NAME} DumpSource.cpp main.cpp + Reader.cpp View.cpp ) target_link_libraries( -- cgit v1.1