Changeset 255
- Timestamp:
- Nov 26, 2007, 3:58:34 PM (17 years ago)
- Location:
- code/branches/objecthierarchie/src
- Files:
-
- 1 edited
- 24 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchie/src/CMakeLists.txt
r246 r255 2 2 3 3 # create a few variables to simplify life 4 SET(SRC_FILES orxonox .cc IdentifierList.cc Identifier.cc MetaObjectList.cc Factory.cc OrxonoxClass.cc BaseObject.cc test1.cc test2.cctest3.cc)5 SET(INC_FILES IdentifierIncludes.h Identifier.h Factory.h ClassFactory.h IdentifierList.h ObjectList.h MetaObjectList.h Iterator.h OrxonoxClass.h BaseObject.h Test.h test1.h test2.htest3.h)4 SET(SRC_FILES orxonox/orxonox.cc orxonox/core/IdentifierList.cc orxonox/core/Identifier.cc orxonox/core/MetaObjectList.cc orxonox/core/Factory.cc orxonox/core/OrxonoxClass.cc orxonox/objects/BaseObject.cc orxonox/objects/test1.cc orxonox/objects/test2.cc orxonox/objects/test3.cc) 5 SET(INC_FILES orxonox/core/IdentifierIncludes.h orxonox/core/Identifier.h orxonox/core/Factory.h orxonox/core/ClassFactory.h orxonox/core/IdentifierList.h orxonox/core/ObjectList.h orxonox/core/MetaObjectList.h orxonox/core/Iterator.h orxonox/core/OrxonoxClass.h orxonox/objects/BaseObject.h orxonox/objects/Test.h orxonox/objects/test1.h orxonox/objects/test2.h orxonox/objects/test3.h) 6 6 7 7 #Creates an executable
Note: See TracChangeset
for help on using the changeset viewer.