mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Add gaspressures to cmake
Ignoring the fact that cmake is a disgusting pile of crap, let's at least track the files in our project for the people who want to use it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d00390d46d
commit
113ccc18cd
1 changed files with 2 additions and 1 deletions
|
@ -89,6 +89,7 @@ SET(SUBSURFACE_CORE_LIB_SRCS
|
||||||
parse-xml.c
|
parse-xml.c
|
||||||
planner.c
|
planner.c
|
||||||
profile.c
|
profile.c
|
||||||
|
gaspressures.c
|
||||||
worldmap-save.c
|
worldmap-save.c
|
||||||
save-git.c
|
save-git.c
|
||||||
save-xml.c
|
save-xml.c
|
||||||
|
@ -221,4 +222,4 @@ ADD_TEST( NAME TestUnitConversion COMMAND TestUnitConversion)
|
||||||
|
|
||||||
ADD_EXECUTABLE( TestProfile tests/testprofile.cpp )
|
ADD_EXECUTABLE( TestProfile tests/testprofile.cpp )
|
||||||
TARGET_LINK_LIBRARIES( TestProfile ${QT_LIBRARIES} ${SUBSURFACE_LINK_LIBRARIES} -lzip -ldivecomputer subsurface_corelib)
|
TARGET_LINK_LIBRARIES( TestProfile ${QT_LIBRARIES} ${SUBSURFACE_LINK_LIBRARIES} -lzip -ldivecomputer subsurface_corelib)
|
||||||
ADD_TEST( NAME TestProfile COMMAND TestProfile)
|
ADD_TEST( NAME TestProfile COMMAND TestProfile)
|
||||||
|
|
Loading…
Reference in a new issue