- Timestamp:
- 12/03/13 13:09:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/CMakeLists.txt
r2833 r2872 119 119 add_library( ${ASAPPYLIB} SHARED ${ASAP_PYSRCS} ) 120 120 121 if ( DEFINED asap_soversion ) 122 set_target_properties( ${ASAPLIB} PROPERTIES SOVERSION ${asap_soversion} ) 123 set_target_properties( ${ASAPPYLIB} PROPERTIES SOVERSION ${asap_soversion} ) 124 endif( ) 125 121 126 # library name must be _asap.so 122 127 set_target_properties( ${ASAPPYLIB}
Note:
See TracChangeset
for help on using the changeset viewer.