Includes are specified by the library interfaces.

This commit is contained in:
Jim Hague 2019-10-23 18:30:26 +01:00
parent 9acdc1cbb5
commit 24e2d1acbf
1 changed files with 0 additions and 5 deletions

View File

@ -537,11 +537,6 @@ target_link_libraries(getdns_query PRIVATE getdns)
set_property(TARGET getdns_query PROPERTY C_STANDARD 11)
add_executable(getdns_server_mon src/tools/getdns_server_mon.c)
target_include_directories(getdns_server_mon
PRIVATE
OpenSSL:SSL
OpenSSL:Crypto
)
target_link_libraries(getdns_server_mon
PUBLIC
OpenSSL::SSL