summary refs log tree commit diff stats
path: root/tools/util/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/util/CMakeLists.txt')
-rw-r--r--tools/util/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/util/CMakeLists.txt b/tools/util/CMakeLists.txt new file mode 100644 index 0000000..8eb8d3b --- /dev/null +++ b/tools/util/CMakeLists.txt
@@ -0,0 +1,5 @@
1add_library(util
2 naming.cpp
3)
4set_property(TARGET util PROPERTY CXX_STANDARD 20)
5set_property(TARGET util PROPERTY CXX_STANDARD_REQUIRED ON)