Added missing dep for YAML-cpp.

This commit is contained in:
Pras Velagapudi 2022-02-11 19:17:07 -05:00
parent 328db2f644
commit 698936aee1

View File

@ -127,7 +127,7 @@ if(valijson_BUILD_TESTS)
tests/test_yaml_cpp_adapter.cpp
)
set(TEST_LIBS gtest gtest_main jsoncpp json11)
set(TEST_LIBS gtest gtest_main jsoncpp json11 yamlcpp)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})