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