diff options
author | Jeremie Guichard <djebrest@gmail.com> | 2017-02-25 22:27:43 +0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-25 09:24:23 -0800 |
commit | 7b08f8d23c64b05ec019311347f52bbbd181c4a6 (patch) | |
tree | c1513b29bdc2790f6d47fcc684e6bc4284d5a752 /tests | |
parent | c2997c33c722ab075592ad0c5cb766a52aa7c90c (diff) | |
download | subsurface-7b08f8d23c64b05ec019311347f52bbbd181c4a6.tar.gz |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 14116449d..9336424eb 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -46,3 +46,6 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} TestPicture TestMerge ) + +# useful for debugging CMake issues +# print_all_variables() |