blob: 3d842cb7697c2cb3f45e4a7b4b3e9188be297e1f [file] [log] [blame]
include_directories(. .. ../../include)
add_library(
conf
OBJECT
conf.c
conf_error.c
)
add_executable(
conf_test
conf_test.c
)
target_link_libraries(conf_test crypto)