Skip to content

Commit 5e7d2cd

Browse files
committed
Fix missing library dir for yaml_cpp
1 parent 65e00f7 commit 5e7d2cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ project(configmaps VERSION "0.1.0" DESCRIPTION "This library contains a C++ impl
44
find_package(yaml-cpp REQUIRED)
55
find_package(jsoncpp REQUIRED)
66

7+
link_directories(configmaps ${YAML_CPP_LIBRARY_DIR})
8+
79
# Export the library interface
810
install(EXPORT configmaps-targets
911
NAMESPACE configmaps::

0 commit comments

Comments
 (0)