CMakeLists.txt 216 B

12345678910
  1. # source files for CMake std library
  2. set(SRCS cm/bits/string_view.cxx
  3. cm/memory
  4. cm/optional
  5. cm/shared_mutex
  6. cm/string_view
  7. cm/utility)
  8. add_library(cmstd STATIC ${SRCS})