summaryrefslogtreecommitdiff
path: root/Utilities/std/CMakeLists.txt
blob: 63c0a60eae76281c96c0c60f9452c396854ebed5 (plain)
1
2
3
4
5
6
7
8
9
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})