diff options
| -rw-r--r-- | app/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | app/src/turns.cpp (renamed from app/src/main.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
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 diff --git a/app/src/main.cpp b/app/src/turns.cpp index d7fadc7..d7fadc7 100644 --- a/app/src/main.cpp +++ b/app/src/turns.cpp |
