/
githubmirror
/
libyaml
Обзор
Документация
Войти
/
githubmirror
/
libyaml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
yamlConfig.cmake.in
15 строк
343 B
Jean-Christophe Fillion-Robin
Improve CMake build system
30 ноя 2017, 16:14
30 ноя 2017, 16:14
fe3d086
Код
Авторство
О чём код?
# Config file for the yaml library. # # It defines the following variables: # yaml_LIBRARIES - libraries to link against @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)