certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] applications/PyHLA/hla/omt CMakeLists.txt


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA/hla/omt CMakeLists.txt
Date: Tue, 28 Oct 2008 17:00:45 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Petr Gotthard <gotthardp>       08/10/28 17:00:45

Modified files:
        PyHLA/hla/omt  : CMakeLists.txt 

Log message:
        Add enumerated.py

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/hla/omt/CMakeLists.txt?cvsroot=certi&r1=1.2&r2=1.3

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/applications/PyHLA/hla/omt/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- CMakeLists.txt      3 Oct 2008 15:02:23 -0000       1.2
+++ CMakeLists.txt      28 Oct 2008 17:00:45 -0000      1.3
@@ -1,10 +1,11 @@
 SET(PYTHON_SOURCES
     __init__.py
     basic.py
+    enumerated.py
     array.py
     record.py)
 
 INSTALL(FILES ${PYTHON_SOURCES}
     DESTINATION hla/omt)
 
-# $Id: CMakeLists.txt,v 1.2 2008/10/03 15:02:23 gotthardp Exp $
+# $Id: CMakeLists.txt,v 1.3 2008/10/28 17:00:45 gotthardp Exp $




reply via email to

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