5 lines
194 B
CMake
5 lines
194 B
CMake
|
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)
|