diff options
author | click <none@none> | 2010-08-11 21:39:19 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-11 21:39:19 +0200 |
commit | f630c5ad71b4aa886be1ff69629441da7d28b807 (patch) | |
tree | 92e941921d70f3c879f0b23369437de748fc3064 | |
parent | 79cf28383eae3187d0a124126270921e56d23175 (diff) |
Buildsystem/Windows: Make VS9.0 shut up when compiling libmpq under windows (Why can't MS include standard headers in reasonable locations!)
--HG--
branch : trunk
-rw-r--r-- | externals/libmpq/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/libmpq/CMakeLists.txt b/externals/libmpq/CMakeLists.txt index 321eeabe01b..f665fa59b92 100644 --- a/externals/libmpq/CMakeLists.txt +++ b/externals/libmpq/CMakeLists.txt @@ -15,9 +15,10 @@ set(mpq_STAT_SRCS ) include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/win ${CMAKE_SOURCE_DIR}/externals/zlib ${CMAKE_SOURCE_DIR}/externals/bzip2 - ${CMAKE_SOURCE_DIR}/externals/libmpq ) add_library(mpq STATIC ${mpq_STAT_SRCS}) |