Changeset 12269
- Timestamp:
- Apr 4, 2019, 3:02:27 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw
r12268 r12269 54 54 55 55 <Level 56 plugins = "OrxoBlox _FS19"57 gametype = " Pong"56 plugins = "OrxoBlox" 57 gametype = "OrxoBlox" 58 58 > 59 59 -
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt
r12268 r12269 1 SET_SOURCE_FILES(OrxoBlox_ FS19_SRC_FILES1 SET_SOURCE_FILES(OrxoBlox_SRC_FILES 2 2 BUILD_UNIT OrxoBloxBuildUnit.cc 3 3 BallGun/BallGun.cc … … 15 15 ) 16 16 17 ORXONOX_ADD_LIBRARY(OrxoBlox _FS1917 ORXONOX_ADD_LIBRARY(OrxoBlox 18 18 PLUGIN 19 19 FIND_HEADER_FILES … … 21 21 orxonox 22 22 overlays 23 SOURCE_FILES ${OrxoBlox_ FS19_SRC_FILES}23 SOURCE_FILES ${OrxoBlox_SRC_FILES} 24 24 )
Note: See TracChangeset
for help on using the changeset viewer.