aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/special/nt_namespace
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-16 12:25:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-16 12:25:31 +0300
commit719561fcf25d1ae5d6a612555fdeccaf848bf1cc (patch)
tree8d7e774bd8d1b6622122dca12d9ad72d9482a193 /um/wrappers/special/nt_namespace
parentAppVeyor: Release builds only on master (diff)
downloadwindows7-drivers-719561fcf25d1ae5d6a612555fdeccaf848bf1cc.tar.gz
windows7-drivers-719561fcf25d1ae5d6a612555fdeccaf848bf1cc.zip
cmake: add install() rules
Diffstat (limited to 'um/wrappers/special/nt_namespace')
-rw-r--r--um/wrappers/special/nt_namespace/utils/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/um/wrappers/special/nt_namespace/utils/CMakeLists.txt b/um/wrappers/special/nt_namespace/utils/CMakeLists.txt
index 9657693..5d354ce 100644
--- a/um/wrappers/special/nt_namespace/utils/CMakeLists.txt
+++ b/um/wrappers/special/nt_namespace/utils/CMakeLists.txt
@@ -5,3 +5,5 @@ if(MINGW)
target_compile_options(nt_namespace_convert PRIVATE -municode)
target_link_libraries(nt_namespace_convert PRIVATE -municode)
endif()
+
+install(TARGETS nt_namespace_convert RUNTIME DESTINATION bin)