]> git.pld-linux.org Git - packages/bcunit.git/blob - lib.patch
- up to 3.0.2
[packages/bcunit.git] / lib.patch
1 --- BCunit-3.0.2-Source/BCUnit/Sources/CMakeLists.txt~  2017-07-20 16:06:38.000000000 +0200
2 +++ BCunit-3.0.2-Source/BCUnit/Sources/CMakeLists.txt   2018-09-26 11:47:06.695729380 +0200
3 @@ -169,6 +169,7 @@ if(ENABLE_STATIC)
4  endif()
5  if(ENABLE_SHARED)
6         add_library(bcunit SHARED ${SOURCE_FILES})
7 +       set_target_properties(bcunit PROPERTIES SOVERSION 1)
8         set_target_properties(bcunit PROPERTIES VERSION 1.0.1)
9         if(CURSES_LIBRARIES)
10                 target_link_libraries(bcunit ${CURSES_LIBRARIES})
This page took 0.074825 seconds and 3 git commands to generate.