From 1b61e9b2b8c3b2218ec5a908a547180a642719e6 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 May 2022 14:25:36 +0200 Subject: Removed example source --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 14a7b02..94427fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,6 @@ find_package(nlohmann_json 3.2 REQUIRED) add_executable( ${PROJECT_NAME} DumpSource.cpp - ExampleSource.cpp main.cpp View.cpp ) -- cgit v1.1