summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2010-02-10 22:47:19 +0000
committerPetr Mrázek2010-02-10 22:47:19 +0000
commitea18a264e0eaff71ac52f577013af62c5b86d8ca (patch)
treefb534078556a0266e8e5b69e14bf0bda1a56d4bb /CMakeLists.txt
parent30c2a221450f46d903f38fe29eab3b40536f8950 (diff)
downloadstonesense-ea18a264e0eaff71ac52f577013af62c5b86d8ca.tar.gz
stonesense-ea18a264e0eaff71ac52f577013af62c5b86d8ca.tar.bz2
stonesense-ea18a264e0eaff71ac52f577013af62c5b86d8ca.tar.xz
40d17 support, big building rename
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7fa3c25..f94c70d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,6 +126,7 @@ ELSE(UNIX)
include_directories (
${include_directories}
${CMAKE_SOURCE_DIR}/allegro-mingw-4.2.2/include
+ ${CMAKE_SOURCE_DIR}/loadpng/libpng/include/
)
LINK_DIRECTORIES(
${LINK_DIRECTORIES}
@@ -141,11 +142,12 @@ ELSE(UNIX)
include_directories (
${include_directories}
${CMAKE_SOURCE_DIR}/allegro
+ ${CMAKE_SOURCE_DIR}/loadpng/libpng/include
)
LINK_DIRECTORIES(
${LINK_DIRECTORIES}
${CMAKE_SOURCE_DIR}/allegro/lib_msvs8
- ${CMAKE_SOURCE_DIR}/loadpng/libpng/lib/
+ ${CMAKE_SOURCE_DIR}/loadpng/libpng/lib
)
ENDIF(MINGW)
ADD_EXECUTABLE(stonesense WIN32 ${PROJECT_SRCS} ${PLATFORM_SRC})