diff --git a/CMakeLists.txt b/CMakeLists.txt index 17b8012..4782119 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,4 +10,4 @@ file(GLOB_RECURSE SOURCES "src/*/*.cpp") add_library(${APP_LIB_NAME} ${SOURCES}) include(cmake/googletest.cmake) -include(tests/tests.cmake) \ No newline at end of file +include(cmake/tests.cmake) \ No newline at end of file diff --git a/tests/tests.cmake b/cmake/tests.cmake similarity index 100% rename from tests/tests.cmake rename to cmake/tests.cmake