mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
[locale] Add a CMake option for debugging
This commit is contained in:
parent
3db708dd04
commit
2caefce3cb
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
# When debugging the timezone widget, add this debugging definition
|
# When debugging the timezone widget, add this debugging definition
|
||||||
# to have a debugging-friendly timezone widget, debug logging,
|
# to have a debugging-friendly timezone widget, debug logging,
|
||||||
# and no intrusive timezone-setting while clicking around.
|
# and no intrusive timezone-setting while clicking around.
|
||||||
#
|
option( DEBUG_TIMEZONES "Debug-friendly timezone widget." OFF )
|
||||||
# add_definitions( -DDEBUG_TIMEZONES )
|
if( DEBUG_TIMEZONES )
|
||||||
|
add_definitions( -DDEBUG_TIMEZONES )
|
||||||
|
endif()
|
||||||
|
|
||||||
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui )
|
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue