Skip to content

Commit

Permalink
Install extra DLLs as runtime artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed Sep 26, 2024
1 parent 974afcc commit 7e5a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HealthGPS.Console/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ target_link_libraries(

install(TARGETS HealthGPS.Console DESTINATION "")
if(WIN32)
install(IMPORTED_RUNTIME_ARTIFACTS fmt::fmt)
install(IMPORTED_RUNTIME_ARTIFACTS fmt::fmt cxxopts::cxxopts TBB::tbb)
endif()

install(DIRECTORY ../../schemas DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
Expand Down

0 comments on commit 7e5a552

Please sign in to comment.