cmake update
This commit is contained in:
parent
8098604c03
commit
caf262f1a2
3 changed files with 12 additions and 12 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue