CMake: Difference between revisions
No edit summary |
|||
| Line 27: | Line 27: | ||
endforeach() | endforeach() | ||
</pre> | </pre> | ||
Better yet, <tt>include(CMakePrintHelpers)</tt> to get the useful commands <tt>cmake_print_properties()</tt> and <tt>cmake_print_variables()</tt>. | |||