move
This commit is contained in:
parent
a590b2bd4d
commit
84c4110bfe
2 changed files with 0 additions and 0 deletions
|
|
@ -1,21 +0,0 @@
|
|||
find_package(PkgConfig)
|
||||
|
||||
macro(pkg_config_add dest name)
|
||||
pkg_check_modules(${name} REQUIRED ${name})
|
||||
target_include_directories(
|
||||
${dest}
|
||||
PRIVATE
|
||||
${${name}_INCLUDE_DIRS}
|
||||
)
|
||||
target_link_directories(
|
||||
${dest}
|
||||
PRIVATE
|
||||
${${name}_LIBRARY_DIRS}
|
||||
)
|
||||
target_link_libraries(
|
||||
${dest}
|
||||
PRIVATE
|
||||
${${name}_LIBRARIES}
|
||||
)
|
||||
endmacro()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue