Check out my first novel, midnight's simulacra!

CMake: Difference between revisions

From dankwiki
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>.