diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 12:25:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 12:25:47 -0700 |
commit | 36657c019be70be11430ce8e785dea3fb2e6a415 (patch) | |
tree | 27cb2c4df607d9d92121598dc4d81ea0f05a7826 /CMakeLists.txt | |
parent | 186f8c6ac1d57619455222349f895a6fc0fafde1 (diff) | |
download | subsurface-36657c019be70be11430ce8e785dea3fb2e6a415.tar.gz |
Geo taxonomy: create some data structures and helper functions
This is designed to store taxonomy information for dive sites, including
information where the data came from.
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 2f84ffe78..2424376d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -287,6 +287,7 @@ set(SUBSURFACE_CORE_LIB_SRCS configuredivecomputer.cpp configuredivecomputerthreads.cpp divesitehelpers.cpp + taxonomy.c checkcloudconnection.cpp windowtitleupdate.cpp divelogexportlogic.cpp |