diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2016-01-11 19:40:07 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-11 15:47:07 -0800 |
commit | 525fe51f5d49f57929b861f8eaecd83016245f16 (patch) | |
tree | 122839eb9e6b09057a20f43ad170693cbd811ffb /subsurface-core/CMakeLists.txt | |
parent | ec01fcda5b75c083581d62f7d84af9f1dcc53bdf (diff) | |
download | subsurface-525fe51f5d49f57929b861f8eaecd83016245f16.tar.gz |
Implement the methods for PartialPressureGasSettings
I didn't allowed the build on CMake for those files yet because
there will be tons of breackage, so when I finish, I'll allow.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/CMakeLists.txt')
-rw-r--r-- | subsurface-core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/CMakeLists.txt b/subsurface-core/CMakeLists.txt index decc94d5f..0e060b015 100644 --- a/subsurface-core/CMakeLists.txt +++ b/subsurface-core/CMakeLists.txt @@ -84,6 +84,7 @@ set(SUBSURFACE_CORE_LIB_SRCS #Subsurface Qt have the Subsurface structs QObjectified for easy access via QML. subsurface-qt/DiveObjectHelper.cpp + #subsurface-qt/SettingsObjectWrapper.cpp ${SERIAL_FTDI} ${PLATFORM_SRC} ${BT_CORE_SRC_FILES} |