move main.cpp

This commit is contained in:
CJ Cobb
2021-06-23 15:18:46 +00:00
parent f73d6a8153
commit 3423bd7d86
2 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ enable_testing()
include(GoogleTest) include(GoogleTest)
add_executable (clio_server add_executable (clio_server
src/server/main.cpp src/main.cpp
) )
add_executable (clio_tests add_executable (clio_tests
unittests/main.cpp unittests/main.cpp