aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--CMakeLists.txt2
m---------cmake0
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..d65ecb9
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "cmake"]
+ path = cmake
+ url = https://github.com/egor-tensin/cmake-common.git
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)
diff --git a/cmake b/cmake
new file mode 160000
+Subproject 5d76383a2d74e87bd5b3905a174cdd037548cf0