Skip to content

Commit

Permalink
Fix libbbs soname and soversion
Browse files Browse the repository at this point in the history
Closed #10
Closed #11
  • Loading branch information
czchen committed Jun 8, 2014
1 parent 2e49295 commit a2ff0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ include_directories(${PROJECT_SOURCE_DIR}/include)
file(GLOB bbs_inc ${PROJECT_SOURCE_DIR}/include/*)
file(GLOB bbs_src ${PROJECT_SOURCE_DIR}/src/*)
add_library(bbs SHARED ${bbs_src})
set_target_properties(${bbs} PROPERTIES
set_target_properties(bbs PROPERTIES
SOVERSION 0
VERSION 0.0.0
)
Expand Down

0 comments on commit a2ff0e7

Please sign in to comment.