aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorclick <none@none>2010-07-29 21:08:16 +0200
committerclick <none@none>2010-07-29 21:08:16 +0200
commitf213f2c7d9bdafece27e198ba0bdf74ec258ede6 (patch)
tree4c46a3fa9fa19dde856c399a25c959b1bda74c6f /externals
parentc44b601ac78c429c7e4800c50b19c257dae0aefb (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 'externals')
-rw-r--r--externals/ace/CMakeLists.txt2
-rw-r--r--externals/gsoap/CMakeLists.txt5
-rw-r--r--externals/zlib/CMakeLists.txt1
3 files changed, 4 insertions, 4 deletions
diff --git a/externals/ace/CMakeLists.txt b/externals/ace/CMakeLists.txt
index f80015f0b41..add6d387f53 100644
--- a/externals/ace/CMakeLists.txt
+++ b/externals/ace/CMakeLists.txt
@@ -334,4 +334,4 @@ add_library(ace SHARED ${ace_STAT_SRCS})
if(PCH)
add_native_precompiled_header(ace ${CMAKE_SOURCE_DIR}/externals/ace/PrecompiledHeaders/WinAcePCH)
-endif() \ No newline at end of file
+endif()
diff --git a/externals/gsoap/CMakeLists.txt b/externals/gsoap/CMakeLists.txt
index 93644a6388a..915eeed9b21 100644
--- a/externals/gsoap/CMakeLists.txt
+++ b/externals/gsoap/CMakeLists.txt
@@ -1,4 +1,5 @@
-file(GLOB sources *.cpp)
+file(GLOB sources *.cpp *.h)
+
set(gsoap_STAT_SRCS
${sources}
)
@@ -7,4 +8,4 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
)
-add_library(gsoap STATIC ${gsoap_STAT_SRCS}) \ No newline at end of file
+add_library(gsoap STATIC ${gsoap_STAT_SRCS})
diff --git a/externals/zlib/CMakeLists.txt b/externals/zlib/CMakeLists.txt
index e53fae3053d..98be26ae497 100644
--- a/externals/zlib/CMakeLists.txt
+++ b/externals/zlib/CMakeLists.txt
@@ -8,7 +8,6 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
SET(zlib_STAT_SRCS
adler32.c
compress.c