add new thirdparty library, yaml-cpp

This commit is contained in:
falsycat 2022-09-22 17:22:14 +09:00
parent 6e820daef8
commit b004723464
2 changed files with 12 additions and 0 deletions

View File

@ -159,4 +159,5 @@ target_link_libraries(nf7
miniaudio
source_location
yas
yaml-cpp
)

View File

@ -211,6 +211,17 @@ target_include_directories(source_location SYSTEM INTERFACE .)
target_sources(source_location INTERFACE source_location.hh)
# ---- yaml-cpp ----
# repository: https://github.com/jbeder/yaml-cpp
# license : MIT
FetchContent_Declare(
yaml-cpp
URL "https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0.zip"
)
FetchContent_MakeAvailable(yaml-cpp)
# ---- yas ----
# repository: https://github.com/niXman/yas
# license : Boost