mpw/cxx/CMakeLists.txt

5 lines
63 B
CMake
Raw Normal View History

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