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})