mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-16 07:10:00 +00:00
release 1.2.0
This commit is contained in:
@ -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})
|
||||
|
||||
|
Reference in New Issue
Block a user