* <All Tools>/CMakeLists.txt:
- Change: Added versioning to library.
This commit is contained in:
parent
3395203b22
commit
79a038f2b6
|
@ -31,6 +31,7 @@
|
|||
qt4_add_resources ( RCC_SRCS Unicorn.qrc )
|
||||
|
||||
add_library ( unicorn ${cpps} ${MOCcpps} )
|
||||
set_target_properties ( unicorn PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||
target_link_libraries ( unicorn ${SOLSTICE_GRAPHICAL_LIBRARIES}
|
||||
${SOLSTICE_LIBRARIES}
|
||||
${EQUINOX_GRAPHICAL_LIBRARIES}
|
||||
|
|
Loading…
Reference in New Issue