aboutsummaryrefslogtreecommitdiff
path: root/dep/gsoap/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-12-21 01:15:58 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-21 01:15:58 +0100
commit172e5c3577f99331743f7d3c81de738811781552 (patch)
treec4239d9864d7c13b3ecc4340ab8475724a249813 /dep/gsoap/CMakeLists.txt
parente453c632e63c2f4b6c98812c4aba4ba67645a34b (diff)
Dep/gSOAP: Upgrade to 2.8.117
Diffstat (limited to 'dep/gsoap/CMakeLists.txt')
-rw-r--r--dep/gsoap/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/gsoap/CMakeLists.txt b/dep/gsoap/CMakeLists.txt
index e04546619bb..cd5bc0ad085 100644
--- a/dep/gsoap/CMakeLists.txt
+++ b/dep/gsoap/CMakeLists.txt
@@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-file(GLOB sources *.cpp *.h)
+file(GLOB sources *.cpp *.c *.h)
add_library(gsoap STATIC ${sources})