Server-Root/TeaDNS/util/CMakeLists.txt

5 lines
194 B
CMake
Raw Normal View History

2019-11-22 14:51:52 -05:00
project(TeaDNS-Parser)
add_library(teadns__parser INTERFACE)
target_sources(teadns__parser INTERFACE src/response.cpp src/types.cpp)
target_include_directories(teadns__parser INTERFACE include)