diff options
author | crupest <crupest@outlook.com> | 2019-12-24 23:06:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-12-24 23:06:44 +0800 |
commit | ab232f5d0224a36f23be084588246fbacec639ed (patch) | |
tree | 80043ae30f519053862cc07d7fa9d2ead63ddfec /CMakeLists.txt | |
parent | 0a25a6f5e3ece27791999d45e8aa83d83eb796d0 (diff) | |
download | cru-ab232f5d0224a36f23be084588246fbacec639ed.tar.gz cru-ab232f5d0224a36f23be084588246fbacec639ed.tar.bz2 cru-ab232f5d0224a36f23be084588246fbacec639ed.zip |
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c8da389..62709ec5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.14) project(CruUI) +enable_testing() + set(CMAKE_CXX_STANDARD 20) if (MSVC) @@ -12,3 +14,4 @@ endif() set(CRU_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include) add_subdirectory(src) +add_subdirectory(test) |