diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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) |