release 1.2.0

This commit is contained in:
arcan1s
2014-01-29 04:21:45 +04:00
parent 34a2c5c090
commit e146f059b2
11 changed files with 257 additions and 231 deletions

View File

@ -15,6 +15,7 @@ message (STATUS "${SUBPROJECT} HEADERS: ${HEADERS}")
# link libraries and compile
add_library (${SUBPROJECT} SHARED ${SOURCES} ${HEADERS})
add_library (${SUBPROJECT} STATIC ${SOURCES} ${HEADERS})
set_target_properties (${SUBPROJECT} PROPERTIES SOVERSION ${PROJECT_VERSION})
target_link_libraries (${SUBPROJECT} ${ADDITIONAL_LIB})