From 4e0f086d14f9fb4bf943b0c5f7f9d0132e64c6f2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:12:05 +0300 Subject: add cmake-common as a submodule --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d02300..071f225 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(math_server CXX) option(ENABLE_TESTS "build the tests") -include(common.cmake) +include(cmake/common.cmake) add_subdirectory(client) add_subdirectory(server) -- cgit v1.2.3