mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +01:00
Added missing dep for YAML-cpp.
This commit is contained in:
parent
328db2f644
commit
698936aee1
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user