mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Move CMake variables printing into a utility macro
Added cmake_variables_helper.cmake providing 2 helpers - print_variable - print_all_variables Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
This commit is contained in:
parent
c2997c33c7
commit
7b08f8d23c
3 changed files with 49 additions and 6 deletions
|
@ -46,3 +46,6 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
|
|||
TestPicture
|
||||
TestMerge
|
||||
)
|
||||
|
||||
# useful for debugging CMake issues
|
||||
# print_all_variables()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue