magpie/API/CMakeLists.txt

14 lines
158 B
CMake
Raw Normal View History

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