Changeset 131
- Timestamp:
- Oct 31, 2007, 1:11:10 AM (17 years ago)
- Location:
- code/branches/objecthierarchie
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchie/src/CMakeLists.txt
r121 r131 2 2 3 3 # create a few variables to simplify life 4 SET(SRC_FILES orxonox.cc )5 #SET(INC_FILES ExampleApplication.h ExampleFrameListener.h)4 SET(SRC_FILES orxonox.cc BaseObject.cc ClassHierarchy.cc) 5 SET(INC_FILES BaseObject.h ClassHierarchy.h) 6 6 7 7 #Creates an executable
Note: See TracChangeset
for help on using the changeset viewer.