magpie/API/CMakeLists.txt
2023-12-03 11:39:48 -03:00

10 lines
94 B
CMake

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