From a1777f0c9b3322592c702293b747404730dd1a70 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 12 Jul 2024 16:20:09 +0200 Subject: app: rename main source file --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/CMakeLists.txt') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index c25efe8..3dddc65 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -37,7 +37,7 @@ target_link_libraries("app" PUBLIC # Application add_executable("exe" - "src/main.cpp" + "src/turns.cpp" ) target_link_libraries("exe" PRIVATE -- cgit v1.2.3