Revision: 55141
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55141&view=rev
Author:   starseeker
Date:     2013-04-12 13:29:33 +0000 (Fri, 12 Apr 2013)
Log Message:
-----------
Add some more version properties to libraries

Modified Paths:
--------------
    brlcad/trunk/src/other/libvds/CMakeLists.txt
    brlcad/trunk/src/other/poly2tri/CMakeLists.txt
    brlcad/trunk/src/other/togl/src/CMakeLists.txt

Modified: brlcad/trunk/src/other/libvds/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/libvds/CMakeLists.txt        2013-04-12 13:24:50 UTC 
(rev 55140)
+++ brlcad/trunk/src/other/libvds/CMakeLists.txt        2013-04-12 13:29:33 UTC 
(rev 55141)
@@ -137,6 +137,7 @@
 #add_definitions(-DVDS_DEBUGPRINT)
 
 add_library(libvds SHARED ${CORE_SRCS})
+set_target_properties(libvds PROPERTIES VERSION 1.0.1 SOVERSION 1)
 
 install(TARGETS libvds
        RUNTIME DESTINATION ${BIN_DIR}
@@ -144,6 +145,7 @@
        ARCHIVE DESTINATION ${LIB_DIR})
 
 add_library(stdvds SHARED ${STD_SRCS})
+set_target_properties(stdvds PROPERTIES VERSION 1.0.1 SOVERSION 1)
 
 install(TARGETS stdvds
        RUNTIME DESTINATION ${BIN_DIR}

Modified: brlcad/trunk/src/other/poly2tri/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/poly2tri/CMakeLists.txt      2013-04-12 13:24:50 UTC 
(rev 55140)
+++ brlcad/trunk/src/other/poly2tri/CMakeLists.txt      2013-04-12 13:29:33 UTC 
(rev 55141)
@@ -58,6 +58,7 @@
 add_definitions("-DP2T_NO_GLFW")
 
 add_library(${P2T_LIB_NAME} ${LIBP2T_SOURCES} ${LIBP2T_PUBLIC_HDRS} 
${LIBP2T_PRIVATE_HDRS})
+set_target_properties(${P2T_LIB_NAME} PROPERTIES VERSION 1.0.1 SOVERSION 1)
 if(MSVC)
   # msvc does not append 'lib' - do it here to have consistent name
   set_target_properties(${P2T_LIB_NAME} PROPERTIES PREFIX "lib")

Modified: brlcad/trunk/src/other/togl/src/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/togl/src/CMakeLists.txt      2013-04-12 13:24:50 UTC 
(rev 55140)
+++ brlcad/trunk/src/other/togl/src/CMakeLists.txt      2013-04-12 13:29:33 UTC 
(rev 55141)
@@ -101,6 +101,7 @@
     )
 
 add_library(togl SHARED ${TOGL_SRCS})
+set_target_properties(${P2T_LIB_NAME} PROPERTIES VERSION 2.0.1 SOVERSION 2)
 ADD_DEPENDENCIES(togl togl_stubs_gen)
 IF(WIN32)
        target_link_libraries(togl ${TCL_STUB_LIBRARIES} ${X11_LIBRARIES} 
${OPENGL_LIBRARIES})

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to