Revision f475f45cdd50c45a9b2a65af0ef505cb19c484f7 authored by Konrad Werys on 30 July 2019, 11:48:16 UTC, committed by Konrad Werys on 30 July 2019, 11:48:16 UTC
1 parent a8a6309
Raw File
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)
back to top