Skip to content

Commit

Permalink
Merge pull request #440 from MikaelSmith/add-hw-dep
Browse files Browse the repository at this point in the history
(maint) Add libpxp-agent dependency on horsewhisperer
  • Loading branch information
parisiale authored Jun 16, 2016
2 parents bc13421 + 798a5e1 commit 2db7dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "SunOS" OR CM
endif()

add_library(libpxp-agent STATIC ${LIBRARY_COMMON_SOURCES} ${LIBRARY_STANDARD_SOURCES})
add_dependencies(libpxp-agent horsewhisperer)
target_link_libraries(libpxp-agent ${LIBS})
set_target_properties(libpxp-agent PROPERTIES PREFIX "" IMPORT_PREFIX "")

Expand Down

0 comments on commit 2db7dc1

Please sign in to comment.