magpie/API/CMakeLists.txt

10 lines
94 B
CMake
Raw Normal View History

2023-11-24 23:48:01 +00:00
set(HEADERS
api.h
)
set(SOURCES
api.cpp
)
2023-12-03 14:39:48 +00:00
target_sources(magpie PRIVATE ${SOURCES})