1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00
cdt/cmake
betamax 3ee0e61eed
Sets the CMake CMAKE_BUILD_TYPE define Fixes #807 (#810)
The CMAKE_BUILD_TYPE is added to CMake configuration build, based on the
active launch mode; DEBUG_MODE sets a buildType of "Debug", everything
else sets a buildType of "Release".
Note, the CMake CMAKE_BUILD_TYPE definition is not directly equivalent
to the Launch Bar Launch Mode; there might be a scenario where the user
wants to launch a debug session using the CMake Release build and not
run it. However, for most cases this is probably sufficient.

For Issue CMake projects are ignoring the Launch mode Run/Debug #807.
2024-09-12 17:15:24 -04:00
..
aggregator Prepare repo for 11.7.0 development (#813) 2024-06-05 13:19:53 -04:00
org.eclipse.cdt.cmake-feature Prepare repo for 11.7.0 development (#813) 2024-06-05 13:19:53 -04:00
org.eclipse.cdt.cmake.core Sets the CMake CMAKE_BUILD_TYPE define Fixes #807 (#810) 2024-09-12 17:15:24 -04:00
org.eclipse.cdt.cmake.core.tests Remove and ignore object references from Yaml files 2023-08-10 09:38:12 -04:00
org.eclipse.cdt.cmake.ui Fix copyright end year for recently modified code (#699) 2024-02-08 14:32:50 -05:00
org.eclipse.cdt.cmake.ui.tests Prepare repo for 11.7.0 development (#813) 2024-06-05 13:19:53 -04:00
pom.xml Prepare repo for 11.7.0 development (#813) 2024-06-05 13:19:53 -04:00
README.txt Bug 564349 - move code to parse compile_commands.json to subdir jsoncdb 2021-07-27 15:25:54 -04:00

Files in this directory tree provide CMake support for the CDT core build.