mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
core: sort CMakeLists.txt
sort .c and .cpp files in CMakeLists.txt The .c and .cpp files in CMakeLists.txt had no obvious sequence, sorting it at least gives one understandable sequence Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
889a0bb67a
commit
6c9c2168e1
1 changed files with 27 additions and 29 deletions
|
@ -29,25 +29,45 @@ if(BLESUPPORT)
|
|||
set(BT_CORE_SRC_FILES ${BT_CORE_SRC_FILES} qt-ble.cpp)
|
||||
endif()
|
||||
|
||||
# compile the core library, in C.
|
||||
# compile the core library part in C, part in C++
|
||||
set(SUBSURFACE_CORE_LIB_SRCS
|
||||
checkcloudconnection.cpp
|
||||
cloudstorage.cpp
|
||||
cochran.c
|
||||
color.cpp
|
||||
configuredivecomputer.cpp
|
||||
configuredivecomputerthreads.cpp
|
||||
connectionlistmodel.cpp
|
||||
datatrak.c
|
||||
deco.c
|
||||
device.c
|
||||
devicedetails.cpp
|
||||
dive.c
|
||||
divecomputer.cpp
|
||||
divelogexportlogic.cpp
|
||||
divesite.c
|
||||
divesitehelpers.cpp
|
||||
divesite-helper.cpp
|
||||
divelist.c
|
||||
downloadfromdcthread.cpp
|
||||
equipment.c
|
||||
errorhelper.c
|
||||
exif.cpp
|
||||
file.c
|
||||
format.cpp
|
||||
gaspressures.c
|
||||
gas-model.c
|
||||
gettextfromc.cpp
|
||||
git-access.c
|
||||
gpslocation.cpp
|
||||
imagedownloader.cpp
|
||||
isocialnetworkintegration.cpp
|
||||
libdivecomputer.c
|
||||
liquivision.c
|
||||
load-git.c
|
||||
membuffer.c
|
||||
metadata.cpp
|
||||
metrics.cpp
|
||||
ostctools.c
|
||||
parse-xml.c
|
||||
parse.c
|
||||
|
@ -58,9 +78,10 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
import-csv.c
|
||||
planner.c
|
||||
plannernotes.c
|
||||
pluginmanager.cpp
|
||||
profile.c
|
||||
gaspressures.c
|
||||
worldmap-save.c
|
||||
qthelper.cpp
|
||||
qt-init.cpp
|
||||
save-git.c
|
||||
save-xml.c
|
||||
save-html.c
|
||||
|
@ -68,37 +89,14 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
statistics.c
|
||||
strtod.c
|
||||
subsurfacestartup.c
|
||||
subsurfacesysinfo.cpp
|
||||
taxonomy.c
|
||||
time.c
|
||||
uemis.c
|
||||
uemis-downloader.c
|
||||
version.c
|
||||
# gettextfrommoc should be added because we are using it on the c-code.
|
||||
gettextfromc.cpp
|
||||
# dirk ported some core functionality to c++.
|
||||
qthelper.cpp
|
||||
metadata.cpp
|
||||
format.cpp
|
||||
divecomputer.cpp
|
||||
exif.cpp
|
||||
subsurfacesysinfo.cpp
|
||||
devicedetails.cpp
|
||||
configuredivecomputer.cpp
|
||||
configuredivecomputerthreads.cpp
|
||||
divesitehelpers.cpp
|
||||
taxonomy.c
|
||||
checkcloudconnection.cpp
|
||||
windowtitleupdate.cpp
|
||||
divelogexportlogic.cpp
|
||||
qt-init.cpp
|
||||
metrics.cpp
|
||||
color.cpp
|
||||
pluginmanager.cpp
|
||||
imagedownloader.cpp
|
||||
isocialnetworkintegration.cpp
|
||||
gpslocation.cpp
|
||||
cloudstorage.cpp
|
||||
downloadfromdcthread.cpp
|
||||
connectionlistmodel.cpp
|
||||
worldmap-save.c
|
||||
|
||||
#Subsurface Qt have the Subsurface structs QObjectified for easy access via QML.
|
||||
subsurface-qt/DiveObjectHelper.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue