mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
CMake: add headers to targets
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
parent
8526fea973
commit
7635ee3e77
5 changed files with 246 additions and 78 deletions
|
|
@ -1,17 +1,30 @@
|
|||
# the profile widget
|
||||
set(SUBSURFACE_PROFILE_LIB_SRCS
|
||||
profilewidget2.cpp
|
||||
diverectitem.cpp
|
||||
divepixmapitem.cpp
|
||||
divelineitem.cpp
|
||||
divetextitem.cpp
|
||||
animationfunctions.cpp
|
||||
animationfunctions.h
|
||||
divecartesianaxis.cpp
|
||||
diveprofileitem.cpp
|
||||
divecartesianaxis.h
|
||||
diveeventitem.cpp
|
||||
diveeventitem.h
|
||||
divelineitem.cpp
|
||||
divelineitem.h
|
||||
divepixmapitem.cpp
|
||||
divepixmapitem.h
|
||||
diveprofileitem.cpp
|
||||
diveprofileitem.h
|
||||
diverectitem.cpp
|
||||
diverectitem.h
|
||||
divetextitem.cpp
|
||||
divetextitem.h
|
||||
divetooltipitem.cpp
|
||||
divetooltipitem.h
|
||||
profilewidget2.cpp
|
||||
profilewidget2.h
|
||||
# qmlprofile.h
|
||||
ruleritem.cpp
|
||||
ruleritem.h
|
||||
tankitem.cpp
|
||||
tankitem.h
|
||||
)
|
||||
source_group("Subsurface Profile" FILES ${SUBSURFACE_PROFILE_LIB_SRCS})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue