From e82587774cec8c05c61e52e94d60057d98cd45e5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 21 Dec 2019 17:47:25 +0300 Subject: cmake: install() PDB files --- um/wrappers/special/nt_namespace/utils/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'um/wrappers/special/nt_namespace') diff --git a/um/wrappers/special/nt_namespace/utils/CMakeLists.txt b/um/wrappers/special/nt_namespace/utils/CMakeLists.txt index 5d354ce..a40b6e4 100644 --- a/um/wrappers/special/nt_namespace/utils/CMakeLists.txt +++ b/um/wrappers/special/nt_namespace/utils/CMakeLists.txt @@ -7,3 +7,6 @@ if(MINGW) endif() install(TARGETS nt_namespace_convert RUNTIME DESTINATION bin) +if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") + install(FILES "$" DESTINATION bin OPTIONAL) +endif() -- cgit v1.2.3