aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-27 00:18:57 +0800
committercrupest <crupest@outlook.com>2019-03-27 00:18:57 +0800
commit8b1ec7c3f38eb8140f88a472184199b360e21c13 (patch)
treeceac922a5e310e04c8d5897ad69176fd43671fd8 /CMakeLists.txt
parentb506c349b793f723df6da170ffa0f412200e26e9 (diff)
downloadcru-8b1ec7c3f38eb8140f88a472184199b360e21c13.tar.gz
cru-8b1ec7c3f38eb8140f88a472184199b360e21c13.tar.bz2
cru-8b1ec7c3f38eb8140f88a472184199b360e21c13.zip
...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 00000000..db155296
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,7 @@
+cmake_minimum_required(VERSION 3.14)
+
+project(CruUI)
+
+set(CMAKE_CXX_STANDARD 17)
+
+add_subdirectory(src)