diff --git a/CMakeLists.txt b/CMakeLists.txt index 55a9f5b5..a23b6b4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ enable_testing() include(GoogleTest) add_executable (clio_server - src/server/main.cpp + src/main.cpp ) add_executable (clio_tests unittests/main.cpp diff --git a/src/server/main.cpp b/src/main.cpp similarity index 100% rename from src/server/main.cpp rename to src/main.cpp