cmake: use right soversion for libpkgconf

pull/119/head
Dan Kegel 2017-06-05 10:23:56 -07:00
parent 9131496d64
commit 9258874ee1
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ INSTALL(TARGETS libpkgconf
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
SET_TARGET_PROPERTIES(libpkgconf PROPERTIES VERSION "2.0.0" SOVERSION 2)