diff options
Diffstat (limited to 'Utilities/std/CMakeLists.txt')
-rw-r--r-- | Utilities/std/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Utilities/std/CMakeLists.txt b/Utilities/std/CMakeLists.txt new file mode 100644 index 0000000000..63c0a60eae --- /dev/null +++ b/Utilities/std/CMakeLists.txt @@ -0,0 +1,10 @@ + +# source files for CMake std library +set(SRCS cm/bits/string_view.cxx + cm/memory + cm/optional + cm/shared_mutex + cm/string_view + cm/utility) + +add_library(cmstd STATIC ${SRCS}) |