Optimize Your CMake Target Workflows

April 22, 2024
CLion 2024.1 simplifies the editing of CMake scripts with target name completion, navigation to target definitions, and find usages for targets.

CLion is a cross-platform Integrated Development Environment (IDE) created by JetBrains specifically for C and C++ development. It boasts intelligent code completion, navigation, and refactoring features to streamline your workflow. CLion integrates with popular debuggers and testing frameworks, and supports various build systems for seamless project management.

The CLion 2024.1 update introduces several new features for CMake. These include live templates to simplify creating new targets, target name completion for easier linking, navigation to target definitions to locate where targets are specified, Find Usages to identify all instances of a target throughout a project, the ability to suggest fixes for missing minimum required CMake versions, and the option to configure which CMake preset types are imported.

To see a full list of what's new in version 2024.1, see our release notes.

CLion is licensed per user as a commercial annual subscription. We can supply New Subscriptions, Subscription Renewals, Lapsed Subscription Renewals, and Additional Developer Licenses. See our CLion licensing page for full details.

For more information, visit our CLion product page.