Revision fdb1593bb42b9bb4285648d83fca49044d91503c authored by Konrad Werys on 14 June 2019, 09:47:05 UTC, committed by Konrad Werys on 14 June 2019, 09:47:05 UTC
1 parent 2c9c47c
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