# # ChangeLog for code/branches/buildsystem2/cmake/AddSourceFiles.cmake # # Generated by Trac 1.0.9 # Jun 15, 2024, 11:29:33 AM Thu, 08 Jan 2009 20:45:03 GMT rgrieder [2580] * code/branches/buildsystem2/bin/tardis/ogre.cfg (modified) * code/branches/buildsystem2/cmake/AddSourceFiles.cmake (modified) * code/branches/buildsystem2/cmake/DetermineVersion.cmake (modified) * code/branches/buildsystem2/src/ogreceguirenderer/AUTHORS (modified) * code/branches/buildsystem2/src/ogreceguirenderer/COPYING (modified) * code/branches/buildsystem2/src/ogreceguirenderer/VERSION (modified) * code/branches/buildsystem2/src/orxonox/gamestates/CMakeLists.txt (modified) * code/branches/buildsystem2/update_media (modified) That should really be all svn eol-style properties in buildsystem2. Sun, 21 Dec 2008 21:36:51 GMT rgrieder [2518] * code/branches/buildsystem2/cmake/AddSourceFiles.cmake (modified) * code/branches/buildsystem2/src/core/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/input/CMakeLists.txt (modified) * code/branches/buildsystem2/src/network/CMakeLists.txt (modified) * code/branches/buildsystem2/src/network/packet/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/gamestates/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/gui/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/controllers/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/gametypes/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/infos/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/pickup/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/weaponSystem/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/weaponSystem/munitions/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/weaponSystem/projectiles/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/weaponSystem/weapons/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/worldentities/pawns/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/worldentities/triggers/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/overlays/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/overlays/console/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/overlays/debug/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/tools/CMakeLists.txt (modified) Adjusted source file macros to cmake 2.6 because it offers ... Wed, 17 Dec 2008 19:39:35 GMT rgrieder [2507] * code/branches/buildsystem2 (copied) Added merger branch for the build system. Probably going to merge ... Tue, 04 Nov 2008 13:11:24 GMT rgrieder [2131] * code/trunk/cmake/AddSourceFiles.cmake (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/input/CMakeLists.txt (added) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/packet/CMakeLists.txt (added) * code/trunk/src/orxonox/gamestates/CMakeLists.txt (modified) * code/trunk/src/orxonox/gui/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/controllers/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/gametypes/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/infos/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/pickup/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/quest/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/weaponSystem/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/weaponSystem/munitions/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/weaponSystem/projectiles/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/weaponSystem/weapons/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/worldentities/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/worldentities/pawns/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/worldentities/triggers/CMakeLists.txt (added) * code/trunk/src/orxonox/overlays/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/console/CMakeLists.txt (added) * code/trunk/src/orxonox/overlays/debug/CMakeLists.txt (added) * code/trunk/src/orxonox/overlays/hud/CMakeLists.txt (added) * code/trunk/src/orxonox/tools/CMakeLists.txt (modified) Added CMakeLists.txt to every subfolder and adjusted accordingly. ...