FreeCAD / cMake /FreeCAD_Helpers /SetupLibYaml.cmake
AbdulElahGwaith's picture
Upload folder using huggingface_hub
985c397 verified
macro(SetupYamlCpp)
# -------------------------------- YamlCpp --------------------------------
find_package(yaml-cpp REQUIRED)
endmacro(SetupYamlCpp)