Skip to content

Commit

Permalink
Add include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Dec 14, 2017
1 parent c62d7eb commit 3a27f09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/bitcoinapi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ TARGET_LINK_LIBRARIES(bitcoinapi_static
jsonrpccpp-common
jsonrpccpp-client)

target_include_directories(bitcoinapi PUBLIC
${CURL_INCLUDE_DIR}
${JSONCPP_INCLUDE_DIRS}
${JSONRPCCPP_INCLUDE_DIRS})

target_include_directories(bitcoinapi_static PUBLIC
${CURL_INCLUDE_DIR}
${JSONCPP_INCLUDE_DIRS}
${JSONRPCCPP_INCLUDE_DIRS})

# Set version settings
SET(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
SET_TARGET_PROPERTIES(bitcoinapi bitcoinapi_static PROPERTIES
Expand Down

0 comments on commit 3a27f09

Please sign in to comment.