diff options
| author | Japa | 2010-07-20 01:37:48 +0000 |
|---|---|---|
| committer | Japa | 2010-07-20 01:37:48 +0000 |
| commit | 374bf989224efb8a5ba82076b243152717d6b6bf (patch) | |
| tree | 0284069ac102c8d1e745c33673c3c4de563f76ca /CMakeLists.txt | |
| parent | 2fc5d2f220a5c841bd7f84b860bfd20782d43abe (diff) | |
| download | stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.gz stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.bz2 stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.xz | |
fixed some compatibility stuff
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f6667c..fc087a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,13 +42,13 @@ SET(PROJECT_SRCS Constructions.cpp ContentBuildingReader ContentLoader.cpp - Contributions.txt CreatureConfiguration.cpp Creatures.cpp GUI.cpp GameBuildings.cpp GroundMaterialConfiguration.cpp MapLoading.cpp + SpriteColors.cpp SpriteMaps.cpp UserInput.cpp WorldSegment.cpp @@ -93,7 +93,7 @@ IF(UNIX) # INCLUDE_DIRECTORIES(${ALLEGRO_INCLUDE_DIR}) # SET(PROJECT_LIBS ${ALLEGRO5_LIBRARIES} ${PROJECT_LIBS}) - SET(PROJECT_LIBS allegro allegro_primitives allegro_color allegro_dialog allegro_flac allegro_font allegro_image allegro_main allegro_memfile allegro_ttf allegro_vorbis dfhack-debug ${PROJECT_LIBS}) + SET(PROJECT_LIBS allegro allegro_primitives allegro_color allegro_dialog allegro_font allegro_image allegro_main allegro_ttf dfhack-debug ${PROJECT_LIBS}) ADD_EXECUTABLE(stonesense ${PROJECT_SRCS} ${PLATFORM_SRC}) TARGET_LINK_LIBRARIES(stonesense ${PROJECT_LIBS}) |
