birdbadge/src/response/CMakeLists.txt

16 lines
204 B
CMake

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})