summaryrefslogtreecommitdiffstats
path: root/project/cmake/scripts/common/addon-helpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/scripts/common/addon-helpers.cmake')
-rw-r--r--project/cmake/scripts/common/addon-helpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/scripts/common/addon-helpers.cmake b/project/cmake/scripts/common/addon-helpers.cmake
index bb7a1da..caef610 100644
--- a/project/cmake/scripts/common/addon-helpers.cmake
+++ b/project/cmake/scripts/common/addon-helpers.cmake
@@ -107,7 +107,7 @@ macro (build_addon target prefix libs)
107 IF(CMAKE_BUILD_TYPE MATCHES Debug) 107 IF(CMAKE_BUILD_TYPE MATCHES Debug)
108 # for debug builds also install the PDB file 108 # for debug builds also install the PDB file
109 get_filename_component(LIBRARY_DIR ${LIBRARY_LOCATION} DIRECTORY) 109 get_filename_component(LIBRARY_DIR ${LIBRARY_LOCATION} DIRECTORY)
110 INSTALL(FILES $<TARGET_PDB_FILE_NAME:${target}> DESTINATION ${target} 110 INSTALL(FILES $<TARGET_PDB_FILE:${target}> DESTINATION ${target}
111 COMPONENT ${target}-${${prefix}_VERSION}) 111 COMPONENT ${target}-${${prefix}_VERSION})
112 ENDIF() 112 ENDIF()
113 ELSE(WIN32) 113 ELSE(WIN32)