swh:1:snp:e6d42e6731ce66e3c09de07ac49964c03139e990
Tip revision: 1b619a75151e3d5d95d32a2fb732e1208ec0cd33 authored by Konrad Werys on 01 November 2019, 11:50:53 UTC
ci: big changes to the builds v11
ci: big changes to the builds v11
Tip revision: 1b619a7
libyaml.cmake
if(USE_YAML)
set (BUILD_TESTING OFF CACHE INTERNAL "" FORCE)
add_subdirectory (thirdParty/libyaml)
include_directories (${yaml_BINARY_DIR}/include ${yaml_SOURCE_DIR}/include) # for windows
set(TOMATO_LIBS_TO_LINK ${TOMATO_LIBS_TO_LINK} yaml)
endif(USE_YAML)