birdbadge/src/response/CMakeLists.txt

16 lines
204 B
CMake
Raw Normal View History

2023-04-18 16:16:36 +00:00
set(SOURCE_FILES
response.cpp
root.cpp
notfound.cpp
badge.cpp
)
set(HEADER_FILES
response.h
root.h
notfound.h
badge.h
)
target_sources(birdbadge PRIVATE ${SOURCE_FILES})