certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi libRTI/CMakeLists.txt libHLA/CMakeLists.t...


From: CERTI CVS commits
Subject: [certi-cvs] certi libRTI/CMakeLists.txt libHLA/CMakeLists.t...
Date: Wed, 14 Sep 2011 20:32:58 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      11/09/14 20:32:58

Modified files:
        libRTI         : CMakeLists.txt 
        libHLA         : CMakeLists.txt 
        libCERTI       : CMakeLists.txt 
        doc            : CMakeLists.txt 
        .              : CMakeLists.txt 

Log message:
        Prepare EXPORTED target

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libRTI/CMakeLists.txt?cvsroot=certi&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/certi/libHLA/CMakeLists.txt?cvsroot=certi&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/CMakeLists.txt?cvsroot=certi&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/certi/doc/CMakeLists.txt?cvsroot=certi&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/certi/CMakeLists.txt?cvsroot=certi&r1=1.104&r2=1.105

Patches:
Index: libRTI/CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/libRTI/CMakeLists.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- libRTI/CMakeLists.txt       26 Jul 2011 09:27:18 -0000      1.21
+++ libRTI/CMakeLists.txt       14 Sep 2011 20:32:57 -0000      1.22
@@ -197,8 +197,10 @@
 
 # Install rules for both libRTI-NG and libFedTime
 INSTALL(TARGETS RTI FedTime RTI1516 FedTime1516
+    EXPORT certi-targets
     RUNTIME DESTINATION bin
     LIBRARY DESTINATION lib
     ARCHIVE DESTINATION lib)
 
-INSTALL(FILES RTI1516fedTime.h DESTINATION include/RTI)    
+
+  INSTALL(FILES RTI1516fedTime.h DESTINATION include/RTI)
\ No newline at end of file

Index: libHLA/CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/libHLA/CMakeLists.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- libHLA/CMakeLists.txt       10 Jun 2011 14:05:30 -0000      1.15
+++ libHLA/CMakeLists.txt       14 Sep 2011 20:32:57 -0000      1.16
@@ -142,6 +142,7 @@
     DESTINATION bin)
 
 INSTALL(TARGETS HLA
+    EXPORT certi-targets
     RUNTIME DESTINATION bin
     LIBRARY DESTINATION lib
     ARCHIVE DESTINATION lib)

Index: libCERTI/CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/libCERTI/CMakeLists.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- libCERTI/CMakeLists.txt     31 May 2010 09:33:26 -0000      1.36
+++ libCERTI/CMakeLists.txt     14 Sep 2011 20:32:57 -0000      1.37
@@ -215,6 +215,7 @@
 SET_TARGET_PROPERTIES(CERTI PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 
${PACKAGE_VERSION_MAJOR})
 
 INSTALL(TARGETS CERTI
+    EXPORT certi-targets
     RUNTIME DESTINATION bin
     LIBRARY DESTINATION lib
     ARCHIVE DESTINATION lib)

Index: doc/CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/doc/CMakeLists.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- doc/CMakeLists.txt  13 Oct 2008 19:07:30 -0000      1.10
+++ doc/CMakeLists.txt  14 Sep 2011 20:32:58 -0000      1.11
@@ -56,7 +56,6 @@
                            COMMENTS "CERTI developer documentation"
                            )                           
   ENDIF (BUILD_DOC_DEVELOPER)
-
 ENDIF (DOXYGEN_FOUND)
 
 INSTALL(FILES  

Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -b -r1.104 -r1.105
--- CMakeLists.txt      26 Jul 2011 10:12:07 -0000      1.104
+++ CMakeLists.txt      14 Sep 2011 20:32:58 -0000      1.105
@@ -399,6 +399,9 @@
 ADD_SUBDIRECTORY( doc )
 ADD_SUBDIRECTORY( scripts )
 
+install(EXPORT certi-targets DESTINATION share/scripts)
+
+
 SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "CERTI An efficient Open Source HLA 
RunTime Infrastructure")
 SET(CPACK_PACKAGE_VENDOR "ONERA/DTIM")
 SET(CPACK_PACKAGE_CONTACT "address@hidden")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]