mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-26 11:49:19 +00:00
5 lines
63 B
CMake
5 lines
63 B
CMake
|
|
set(CXX_SRC mapped_file.cpp)
|
|
|
|
add_library(CXX_LIB ${CXX_SRC})
|