mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
CMake: Consistently use imported targets for third party dependencies
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
find_package(PkgConfig)
|
||||
pkg_check_modules(WOFF2 REQUIRED IMPORTED_TARGET libwoff2dec)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(
|
||||
WOFF2
|
||||
REQUIRED_VARS
|
||||
WOFF2_INCLUDE_DIRS
|
||||
WOFF2_LIBRARY_DIRS
|
||||
WOFF2_LIBRARIES
|
||||
)
|
||||
Reference in New Issue
Block a user