CMake/Tutorials: Difference between revisions
From KitwarePublic
< CMake
Jump to navigationJump to search
Daviddoria (talk | contribs) No edit summary |
Daviddoria (talk | contribs) |
||
Line 16: | Line 16: | ||
* [[CMake/Tutorials/C++Compilers|Change behavior based on the available c++ environment]] | * [[CMake/Tutorials/C++Compilers|Change behavior based on the available c++ environment]] | ||
* [[CMake/Tutorials/C++11Flags|Change c++11 flags based on the available c++ environment]] | * [[CMake/Tutorials/C++11Flags|Change c++11 flags based on the available c++ environment]] | ||
* [[CMake/Tutorials/Qt|Using Qt through CMake on different platforms]] | |||
===Convenience Techniques=== | ===Convenience Techniques=== | ||
* [[CMake/Tutorials/SettingVariableGroups|Set a group of variables all at the same time]] | * [[CMake/Tutorials/SettingVariableGroups|Set a group of variables all at the same time]] |
Revision as of 14:14, 21 September 2012
This page is not yet fully organized. Please see other tutorials on the top page.
CMake
CMake Packages
Object Libraries
Cross-platform Development
- Change behavior based on the available c++ environment
- Change c++11 flags based on the available c++ environment
- Using Qt through CMake on different platforms