Skip to content

Commit

Permalink
Missed example wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWall committed Sep 2, 2014
1 parent ce0aede commit 5db8bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/example/CMakeLists.txt
Expand Up @@ -32,7 +32,7 @@ swig_link_libraries(${OTX_WRAPPER_NAME} ${PHP_LIBRARIES})
set(MOD_NAME ${SWIG_MODULE_${OTX_WRAPPER_NAME}_REAL_NAME})


target_link_libraries(${MOD_NAME} opentxs-api)
target_link_libraries(${MOD_NAME} ${OTX_LINK_LIBS})
set_target_properties(${MOD_NAME}
PROPERTIES OUTPUT_NAME ${OTX_WRAPPER_NAME})
install(TARGETS ${MOD_NAME}
Expand Down

0 comments on commit 5db8bbb

Please sign in to comment.