We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc811c commit 03426dcCopy full SHA for 03426dc
1 file changed
CMakeLists.txt
@@ -98,4 +98,6 @@ if (USE_JSONCPP)
98
if (TARGET logmed)
99
target_link_libraries(logmed PUBLIC ${JsoncppTarget})
100
endif()
101
+
102
+ target_link_libraries(example PUBLIC ${JsoncppTarget})
103
0 commit comments