aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/um/wrappers/special/nt_namespace/CMakeLists.txt
blob: dc991703331f10fd13d6264171163dde53ca83a8 (plain) (tree)
1
2
3
4
5
6
7



                                                                     
                                                  

                       
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 PUBLIC service)

add_subdirectory(utils)