* <All Tools>/CMakeLists.txt:

- Change: Added versioning to library.
This commit is contained in:
Jean-Paul Chaput 2011-02-02 22:48:42 +00:00
parent 1f3eebb26f
commit ec2c15b234
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ endif ( HMETIS_FOUND )
)
add_library ( metis ${cpps} ${mocCpps} )
set_target_properties ( metis PROPERTIES VERSION 1.0 SOVERSION 1 )
target_link_libraries ( metis ${HMETIS_LIBRARIES}
${NIMBUS_LIBRARIES}
${CORIOLIS_LIBRARIES}