mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
10 lines
214 B
CMake
10 lines
214 B
CMake
|
|
@PACKAGE_INIT@
|
||
|
|
|
||
|
|
set_and_check(yaml_TARGETS "@PACKAGE_CONFIG_DIR_CONFIG@/yamlTargets.cmake")
|
||
|
|
|
||
|
|
if(NOT yaml_TARGETS_IMPORTED)
|
||
|
|
set(yaml_TARGETS_IMPORTED 1)
|
||
|
|
include(${yaml_TARGETS})
|
||
|
|
endif()
|
||
|
|
|
||
|
|
set(yaml_LIBRARIES yaml)
|