kpmcore/src/gui/CMakeLists.txt

12 lines
188 B
CMake
Raw Normal View History

set(GUI_SRC
2015-08-04 15:43:23 +01:00
gui/partresizerwidget.cpp
gui/partwidget.cpp
gui/partwidgetbase.cpp
)
set(GUI_LIB_HDRS
gui/partresizerwidget.h
gui/partwidget.h
gui/partwidgetbase.h
2015-08-04 15:43:23 +01:00
)