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
)
target_sources(megpie PRIVATE ${SOURCES})