aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/special/nt_namespace
diff options
context:
space:
mode:
Diffstat (limited to 'um/wrappers/special/nt_namespace')
-rw-r--r--um/wrappers/special/nt_namespace/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/um/wrappers/special/nt_namespace/CMakeLists.txt b/um/wrappers/special/nt_namespace/CMakeLists.txt
index c9c6395..dc99170 100644
--- a/um/wrappers/special/nt_namespace/CMakeLists.txt
+++ b/um/wrappers/special/nt_namespace/CMakeLists.txt
@@ -2,6 +2,6 @@ file(GLOB_RECURSE nt_namespace_include "include/*.hpp")
file(GLOB nt_namespace_src "src/*.cpp")
add_library(nt_namespace ${nt_namespace_src} ${nt_namespace_include})
target_include_directories(nt_namespace PUBLIC include/)
-target_link_libraries(nt_namespace PRIVATE service)
+target_link_libraries(nt_namespace PUBLIC service)
add_subdirectory(utils)