2019-11-21 23:44:53 +01:00
|
|
|
project(TeaDNS-Parser)
|
|
|
|
|
|
|
|
add_library(teadns__parser INTERFACE)
|
|
|
|
target_sources(teadns__parser INTERFACE src/parser.cpp src/types.cpp src/builder.cpp)
|
2019-11-23 15:05:05 +01:00
|
|
|
target_include_directories(teadns__parser INTERFACE include)
|
|
|
|
|
|
|
|
add_library(teadns::parser ALIAS teadns__parser)
|