Revision 0aa91f9a66bcef73fc19d8b3ea4feeec5476d52e authored by Brad King on 24 February 2020, 18:36:24 UTC, committed by Brad King on 24 February 2020, 18:36:24 UTC
2 parent s 0f0d8f5 + 738f3f2
Raw File
CMakeLists.txt

# 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})
back to top