diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-29 23:42:15 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-29 20:37:43 -0700 |
commit | 0c6b0334c00c512566a4be8a0285f06ef90a25a5 (patch) | |
tree | 3ae862f39eea15008ad9341a5666e0d2ac2cc781 /CMakeLists.txt | |
parent | 3d90bd34b2dba880c555525ae4e0444f800d26a3 (diff) | |
download | subsurface-0c6b0334c00c512566a4be8a0285f06ef90a25a5.tar.gz |
Fix CMake
save-html was not there yet.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ef58bbf57..e19032c49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,6 +92,7 @@ SET(SUBSURFACE_CORE_LIB_SRCS worldmap-save.c save-git.c save-xml.c + save-html.c sha1.c statistics.c strtod.c |