[libcalamaresui] Tidy the CMake bits

- Explain (briefly) what the library is for
 - Explicitly add includes from the non-UI library
This commit is contained in:
Adriaan de Groot 2019-05-07 07:16:48 -04:00
parent 0be34d281d
commit de2b85eabf

View File

@ -1,3 +1,9 @@
# libcalamaresui is the GUI part of Calamares, which includes handling
# view modules, view steps, widgets, and branding.
# The UI libs use the non-UI library
include_directories( ${CMAKE_SOURCE_DIR}/src/libcalamares ${CMAKE_BINARY_DIR}/src/libcalamares )
set( calamaresui_SOURCES
modulesystem/CppJobModule.cpp
modulesystem/Module.cpp