Changeset 13 for code/branches/tutorial
- Timestamp:
- Oct 10, 2007, 9:21:00 AM (17 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/Tutorial/CMakeLists.txt
r12 r13 1 1 PROJECT (Tutorial) 2 2 3 SET (MAIN_SRC main.cpp )3 SET (MAIN_SRC main.cpp ExampleApplication.h ExampleFrameListener.h ExampleLoadingBar.h ) 4 4 5 5 ADD_EXECUTABLE (main ${MAIN_SRC})
Note: See TracChangeset
for help on using the changeset viewer.