diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-04-04 11:05:40 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-04 11:05:40 -0700 |
commit | af9fb32fcdff28fcf8a9de55e4b24a5d9f656637 (patch) | |
tree | d862f1f0fdd520484fc6cb24c1bbd8e637074b4a | |
parent | 13a0ad020a64b7e1249a9bd385f267e8b1eeec5c (diff) | |
download | subsurface-af9fb32fcdff28fcf8a9de55e4b24a5d9f656637.tar.gz |
cmake: add ostctools.c
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 398bc3656..1eeec9a79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,6 +190,7 @@ SET(SUBSURFACE_CORE_LIB_SRCS liquivision.c load-git.c membuffer.c + ostctools.c parse-xml.c planner.c profile.c |