diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 12:25:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-16 12:25:31 +0300 |
commit | 719561fcf25d1ae5d6a612555fdeccaf848bf1cc (patch) | |
tree | 8d7e774bd8d1b6622122dca12d9ad72d9482a193 /um/wrappers/special/nt_namespace/utils | |
parent | AppVeyor: Release builds only on master (diff) | |
download | windows7-drivers-719561fcf25d1ae5d6a612555fdeccaf848bf1cc.tar.gz windows7-drivers-719561fcf25d1ae5d6a612555fdeccaf848bf1cc.zip |
cmake: add install() rules
Diffstat (limited to 'um/wrappers/special/nt_namespace/utils')
-rw-r--r-- | um/wrappers/special/nt_namespace/utils/CMakeLists.txt | 2 |
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) |