mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[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 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue