summaryrefslogtreecommitdiffstats
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2017-11-27 19:41:10 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-27 13:42:10 -0800
commit02c80a60b0cb7e2144ff8ef8564587299c9540b9 (patch)
tree8b8f9f1aaded96530b04325f953b3d730277d9c5 /core/CMakeLists.txt
parent0c564a4579c96704cbc2f2aa290edc538a9d5c6a (diff)
downloadsubsurface-02c80a60b0cb7e2144ff8ef8564587299c9540b9.tar.gz
Refactore parse-xml.c into parse.c and parse-xml.c
This should help us to move parsing that is not XML related to other files, hopefully making the code cleaner. Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index f063f3aa5..31b82ebbb 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -50,6 +50,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
membuffer.c
ostctools.c
parse-xml.c
+ parse.c
planner.c
plannernotes.c
profile.c