Revision 9ee6be436b4cbf61c6badcba756dd3a286de28d7 authored by Konrad Werys on 28 May 2019, 13:12:50 UTC, committed by Konrad Werys on 28 May 2019, 13:12:50 UTC
1 parent 8373d5c
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)

Computing file changes ...