CMake: find and use pcre3.dll when looking for PCRE
This commit is contained in:
parent
aa2c1c47cd
commit
8026d6c047
2 changed files with 7 additions and 5 deletions
|
|
@ -6,6 +6,6 @@ SET(bundle "${CMAKE_INSTALL_PREFIX}/bin/nfc-list@CMAKE_EXECUTABLE_SUFFIX@")
|
|||
# set other_libs to a list of additional libs that cannot be reached by dependency analysis
|
||||
SET(other_libs "")
|
||||
|
||||
SET(dirs "@LIBUSB_LIBRARY_DIR@")
|
||||
SET(dirs "@LIBUSB_LIBRARY_DIR@" "@PCRE_BIN_DIRS@")
|
||||
|
||||
fixup_bundle("${bundle}" "${other_libs}" "${dirs}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue