We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e00f7 commit 5e7d2cdCopy full SHA for 5e7d2cd
CMakeLists.txt
@@ -4,6 +4,8 @@ project(configmaps VERSION "0.1.0" DESCRIPTION "This library contains a C++ impl
4
find_package(yaml-cpp REQUIRED)
5
find_package(jsoncpp REQUIRED)
6
7
+link_directories(configmaps ${YAML_CPP_LIBRARY_DIR})
8
+
9
# Export the library interface
10
install(EXPORT configmaps-targets
11
NAMESPACE configmaps::
0 commit comments