Merge pull request #12768 from guijan/fmt-pc
use pkg-config to find libfmt
This commit is contained in:
commit
c8ea116658
|
@ -628,7 +628,9 @@ if (_M_X86_64)
|
||||||
endif()
|
endif()
|
||||||
add_subdirectory(Externals/cpp-optparse)
|
add_subdirectory(Externals/cpp-optparse)
|
||||||
|
|
||||||
dolphin_find_optional_system_library(fmt Externals/fmt 10.1)
|
dolphin_find_optional_system_library_pkgconfig(FMT
|
||||||
|
fmt>=10.1 fmt::fmt Externals/fmt
|
||||||
|
)
|
||||||
|
|
||||||
add_subdirectory(Externals/imgui)
|
add_subdirectory(Externals/imgui)
|
||||||
add_subdirectory(Externals/implot)
|
add_subdirectory(Externals/implot)
|
||||||
|
|
Loading…
Reference in New Issue