[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:
parent
0be34d281d
commit
de2b85eabf
@ -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
|
set( calamaresui_SOURCES
|
||||||
modulesystem/CppJobModule.cpp
|
modulesystem/CppJobModule.cpp
|
||||||
modulesystem/Module.cpp
|
modulesystem/Module.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user