File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ if(ASAR_GEN_EXE)
245
245
)
246
246
247
247
install (TARGETS asar-standalone)
248
+
248
249
endif (ASAR_GEN_EXE)
249
250
250
251
@@ -294,13 +295,13 @@ if (ASAR_GEN_LIB)
294
295
target_compile_definitions (asar-static PRIVATE "ASAR_STATIC" )
295
296
set_asar_shared_properties(asar-static "D" FALSE )
296
297
297
- install (TARGETS asar-static )
298
-
299
- # there's no need to set the PDB name since static libraries don't produce PDBs
300
298
set_target_properties (asar-static
301
299
PROPERTIES
302
300
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} /lib"
303
301
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} /lib"
304
302
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} /lib"
305
303
)
304
+
305
+ install (TARGETS asar-static )
306
+
306
307
endif ()
You can’t perform that action at this time.
0 commit comments