mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 19:18:09 +02:00
Added cmake 'help-options' target to print out all available configure options
cherry-picked 5a0c5663eb
This commit is contained in:
parent
37a81fc981
commit
1767840160
1 changed files with 5 additions and 0 deletions
|
|
@ -618,3 +618,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