aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-25 16:51:17 +0800
committercrupest <crupest@outlook.com>2022-01-25 16:51:17 +0800
commita77fb1aaa4aa765ae51b3cb5a1f8d9c8c233b01a (patch)
treec462ca0c85a1d29f5a7a1fe109a2cbcf0dcff637 /CMakeLists.txt
parent000e289d06342aaf2c4b0b8cd264401aba1ba3b5 (diff)
downloadcru-a77fb1aaa4aa765ae51b3cb5a1f8d9c8c233b01a.tar.gz
cru-a77fb1aaa4aa765ae51b3cb5a1f8d9c8c233b01a.tar.bz2
cru-a77fb1aaa4aa765ae51b3cb5a1f8d9c8c233b01a.zip
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4380fe4b..055a8302 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,6 +25,7 @@ if (MSVC)
endif()
set(CRU_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
+set(CRU_ASSETS_DIR ${PROJECT_SOURCE_DIR}/assets)
add_subdirectory(src)
add_subdirectory(test)