diff options
| author | Kris Parker | 2009-11-27 15:40:40 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-27 15:40:40 +0000 |
| commit | b53e1de02057623713dc74e1ea72416f8f1be879 (patch) | |
| tree | b76fc6bf931d45112fd2a0c8a55c8bbdd733dc9e /CMakeLists.txt | |
| parent | cf382c626ec583ab1abcbef7d1f38afaaaf91d67 (diff) | |
| download | stonesense-b53e1de02057623713dc74e1ea72416f8f1be879.tar.gz stonesense-b53e1de02057623713dc74e1ea72416f8f1be879.tar.bz2 stonesense-b53e1de02057623713dc74e1ea72416f8f1be879.tar.xz | |
new sources added to cmakelists
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 78fa1a3..74fedd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,8 @@ SET(PROJECT_SRCS ConditionalSprite.cpp Config.cpp Constructions.cpp + ContentBuildingReader + ContentLoader.cpp Contributions.txt CreatureConfiguration.cpp Creatures.cpp @@ -62,7 +64,7 @@ SET(PROJECT_SRCS UserInput.cpp WorldSegment.cpp main.cpp - xmlBuildingReader.cpp + ) #linux IF(UNIX) |
