We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0a0b8 commit f800a43Copy full SHA for f800a43
CMakeLists.txt
@@ -154,6 +154,13 @@ function(shared_lib type def)
154
LIBRARY # DESTINATION ${TARGET_ARCH}/${CONFIG}/lib
155
RUNTIME # DESTINATION ${TARGET_ARCH}/${CONFIG}/bin
156
)
157
+
158
+ install(
159
+ FILES $<TARGET_PDB_FILE:${targ}>
160
+ CONFIGURATION Debug
161
+ DESTINATION lib
162
+ OPTIONAL
163
+ )
164
endfunction()
165
166
function(static_lib type def)
@@ -179,6 +186,13 @@ function(static_lib type def)
179
186
180
187
181
188
189
190
191
192
193
194
195
182
196
183
197
184
198
if (MSVC)
0 commit comments