mpw/cxx/CMakeLists.txt

5 lines
63 B
CMake
Raw Normal View History

2016-08-09 12:14:39 +00:00
set(CXX_SRC mapped_file.cpp)
add_library(CXX_LIB ${CXX_SRC})