diff options
| author | click <none@none> | 2010-07-29 21:08:16 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-07-29 21:08:16 +0200 |
| commit | f213f2c7d9bdafece27e198ba0bdf74ec258ede6 (patch) | |
| tree | 4c46a3fa9fa19dde856c399a25c959b1bda74c6f /src/server/collision | |
| parent | c44b601ac78c429c7e4800c50b19c257dae0aefb (diff) | |
Buildsystem/CMake: Include core/script headerfiles in generated MSVC-projects.
- Still "work in progress", as in missing filters and MSVC folder layouts.
- external libraries not fully "headerified" (not really required)
--HG--
branch : trunk
Diffstat (limited to 'src/server/collision')
| -rw-r--r-- | src/server/collision/CMakeLists.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/server/collision/CMakeLists.txt b/src/server/collision/CMakeLists.txt index 4749d88b100..711add64122 100644 --- a/src/server/collision/CMakeLists.txt +++ b/src/server/collision/CMakeLists.txt @@ -8,16 +8,10 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -########### collision ############### +file(GLOB_RECURSE sources *.cpp *.h) set(collision_STAT_SRCS - BoundingIntervalHierarchy.cpp - Maps/MapTree.cpp - Maps/TileAssembler.cpp - Models/ModelInstance.cpp - Models/WorldModel.cpp - Management/VMapFactory.cpp - Management/VMapManager2.cpp + ${sources} ) include_directories( |
