aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-05-27 00:54:58 +0800
committercrupest <crupest@outlook.com>2019-05-27 00:54:58 +0800
commit3a3d0bdaaf932f6ca17f2de3447c989127bc143a (patch)
tree358b9ea6cd6dd8eedd8bc915b98a1f27d0c2dff7 /CMakeLists.txt
parent9e2d63adb90c293f4bc2893b0de7655aea2ecc85 (diff)
downloadcru-3a3d0bdaaf932f6ca17f2de3447c989127bc143a.tar.gz
cru-3a3d0bdaaf932f6ca17f2de3447c989127bc143a.tar.bz2
cru-3a3d0bdaaf932f6ca17f2de3447c989127bc143a.zip
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index db155296..9403b9fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,4 +4,6 @@ project(CruUI)
set(CMAKE_CXX_STANDARD 17)
+set(CRU_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
+
add_subdirectory(src)