CMake: add headers to targets

Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
Rolf Eike Beer 2019-03-25 22:47:44 +01:00 committed by Dirk Hohndel
parent 8526fea973
commit 7635ee3e77
5 changed files with 246 additions and 78 deletions

View file

@ -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})