Skip to content
Snippets Groups Projects
Commit 17a473dc authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

fix: use yac-mci for pkg-config

parent 03484302
No related branches found
No related tags found
1 merge request!46Build system fixes
find_package(PkgConfig REQUIRED)
set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH ON)
pkg_check_modules(YAC_PKGCONFIG REQUIRED yac)
pkg_check_modules(YAC_PKGCONFIG REQUIRED yac-mci)
if(YAC_PKGCONFIG_FOUND)
add_library(YAC::YAC INTERFACE IMPORTED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment