Building using CMake: Difference between revisions

Jump to navigation Jump to search
m
Line 136: Line 136:


Note most IDE projects (eg Xcode and Visual Studio) support building all the build types from the same project, so you can omit the CMAKE_BUILD_TYPE option when running cmake, and simply pick the build configuration as normal in the IDE.
Note most IDE projects (eg Xcode and Visual Studio) support building all the build types from the same project, so you can omit the CMAKE_BUILD_TYPE option when running cmake, and simply pick the build configuration as normal in the IDE.
== Profiling ==
You can also build with optional profiling support by using '''-DENABLE_PROFILE=ON''', for details see: [[Built-in Profiler]].


== Multiple build directories ==
== Multiple build directories ==

Navigation menu