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 4a9229f commit 51b06c5Copy full SHA for 51b06c5
CMakeLists.txt
@@ -626,10 +626,12 @@ set(FoundationNetworking_OUTPUT_FILE
626
if(CMAKE_SYSTEM_NAME STREQUAL Windows AND BUILD_SHARED_LIBS)
627
install(FILES
628
${Foundation_OUTPUT_FILE}
629
+ ${FoundationNetworking_OUTPUT_FILE}
630
DESTINATION
631
bin)
632
633
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_IMPORT_LIBRARY_PREFIX}Foundation${CMAKE_IMPORT_LIBRARY_SUFFIX}
634
+ ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_IMPORT_LIBRARY_PREFIX}FoundationNetworking${CMAKE_IMPORT_LIBRARY_SUFFIX}
635
636
lib/${swift_dir}/${swift_os})
637
else()
0 commit comments