Skip to content

Commit

Permalink
Minor cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
balr0g committed Jul 7, 2013
1 parent 25b71a5 commit 157b0b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ TARGET_LINK_LIBRARIES(mbe-shared m)
install(TARGETS mbe-static mbe-shared DESTINATION lib)
install (FILES "${PROJECT_SOURCE_DIR}/mbelib.h" DESTINATION include)

set_target_properties(mbe-static mbe-shared PROPERTIES OUTPUT_NAME mbe VERSION 1.0 SOVERSION 1 )
set_target_properties(mbe-static mbe-shared PROPERTIES OUTPUT_NAME mbe
VERSION 1.0 SOVERSION 1 INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib )

# uninstall target
configure_file(
Expand Down

0 comments on commit 157b0b5

Please sign in to comment.