Fix a link issue on msys2

This commit is contained in:
jean-pierre charras 2023-09-15 08:47:42 +02:00
parent 0df78f2f68
commit 5a81977024
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ target_link_libraries( kicommon
nlohmann_json nlohmann_json
fmt::fmt fmt::fmt
${wxWidgets_LIBRARIES} ${wxWidgets_LIBRARIES}
# needed by kiid to allow linking for Boost for the UUID against bcrypt (msys2 only)
${EXTRA_LIBS}
) )
include( ${KICAD_CMAKE_MODULE_PATH}/KiCadVersion.cmake ) include( ${KICAD_CMAKE_MODULE_PATH}/KiCadVersion.cmake )