cmake update

This commit is contained in:
Nishi 2025-12-17 19:24:52 +09:00
commit caf262f1a2
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
include_guard(DIRECTORY)
find_package(PkgConfig)
macro(pkg_config_add dest name)
macro(mde_pkg_config_add dest name)
pkg_check_modules(${name} REQUIRED ${name})
target_include_directories(
${dest}