diff --git a/CMakeLists.txt b/CMakeLists.txt index 34bf484..4a5f095 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,9 +27,6 @@ include_directories(src/common) ### EXECUTABLES -# Exe to make sure cmake is working -add_executable(testcmake src/testcmake/main.cpp) - ### Day 1 # P1 add_executable(d1p1 src/day1/p1/main.cpp) diff --git a/src/testcmake/main.cpp b/src/testcmake/main.cpp deleted file mode 100644 index 074e192..0000000 --- a/src/testcmake/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main() { - std::cout << "Compiles!" << std::endl; - return 0; -} \ No newline at end of file