aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
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