diff options
Diffstat (limited to 'apps/nc/CMakeLists.txt')
-rw-r--r-- | apps/nc/CMakeLists.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/nc/CMakeLists.txt b/apps/nc/CMakeLists.txt index bd59211..ffd68e5 100644 --- a/apps/nc/CMakeLists.txt +++ b/apps/nc/CMakeLists.txt | |||
@@ -36,8 +36,14 @@ else() | |||
36 | endif() | 36 | endif() |
37 | 37 | ||
38 | add_executable(nc ${NC_SRC}) | 38 | add_executable(nc ${NC_SRC}) |
39 | target_include_directories(nc PUBLIC ../../include) | 39 | target_include_directories(nc |
40 | target_include_directories(nc PRIVATE . ./compat ../../include/compat) | 40 | PRIVATE |
41 | . | ||
42 | ./compat | ||
43 | ../../include/compat | ||
44 | PUBLIC | ||
45 | ../../include | ||
46 | ${CMAKE_BINARY_DIR}/include) | ||
41 | target_link_libraries(nc ${LIBTLS_LIBS}) | 47 | target_link_libraries(nc ${LIBTLS_LIBS}) |
42 | 48 | ||
43 | if(ENABLE_NC) | 49 | if(ENABLE_NC) |