aboutsummaryrefslogtreecommitdiff
path: root/apps/nc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nc/CMakeLists.txt')
-rw-r--r--apps/nc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/nc/CMakeLists.txt b/apps/nc/CMakeLists.txt
index a241637..e873de8 100644
--- a/apps/nc/CMakeLists.txt
+++ b/apps/nc/CMakeLists.txt
@@ -44,6 +44,7 @@ else()
44endif() 44endif()
45 45
46add_executable(nc ${NC_SRC}) 46add_executable(nc ${NC_SRC})
47target_include_directories(nc PUBLIC ../../include)
47target_include_directories(nc PRIVATE . ./compat ../../include/compat) 48target_include_directories(nc PRIVATE . ./compat ../../include/compat)
48target_link_libraries(nc ${LIBTLS_LIBS}) 49target_link_libraries(nc ${LIBTLS_LIBS})
49 50