We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62d7eb commit 3a27f09Copy full SHA for 3a27f09
src/bitcoinapi/CMakeLists.txt
@@ -26,6 +26,16 @@ TARGET_LINK_LIBRARIES(bitcoinapi_static
26
jsonrpccpp-common
27
jsonrpccpp-client)
28
29
+target_include_directories(bitcoinapi PUBLIC
30
+ ${CURL_INCLUDE_DIR}
31
+ ${JSONCPP_INCLUDE_DIRS}
32
+ ${JSONRPCCPP_INCLUDE_DIRS})
33
+
34
+target_include_directories(bitcoinapi_static PUBLIC
35
36
37
38
39
# Set version settings
40
SET(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
41
SET_TARGET_PROPERTIES(bitcoinapi bitcoinapi_static PROPERTIES
0 commit comments