mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 12:38:07 +02:00
Added cmake 'help-options' target to print out all available configure options
This commit is contained in:
parent
fb909f7e0e
commit
5a0c5663eb
1 changed files with 5 additions and 0 deletions
|
|
@ -611,3 +611,8 @@ endif(DBUS_DISABLE_CHECKS)
|
|||
MESSAGE(" ")
|
||||
|
||||
INCLUDE(modules/CPackInstallConfig.cmake)
|
||||
|
||||
add_custom_target(help-options
|
||||
cmake -LH
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue