magpie/API/CMakeLists.txt

12 lines
120 B
CMake

set(HEADERS
api.h
codes.h
)
set(SOURCES
api.cpp
codes.cpp
)
target_sources(magpie PRIVATE ${SOURCES})