Revision 23801a03e63804d9d099c644e2c2fe4945d6d06b authored by Konrad Werys on 30 July 2019, 11:59:42 UTC, committed by Konrad Werys on 30 July 2019, 11:59:42 UTC
1 parent f475f45
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 ...