Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

CMake: CLion-IntelliJ parity #76

Open Noam-Dori opened 1 year ago

Noam-Dori commented 1 year ago

Feature: Provide a useful CLion/IntelliJ adapter for manipulating CMake

Background Right now, accessing CMake properties in a way that works for both CLion and IntelliJ requires a lot of non-trivial tree commands, that may differ between CLion and IntelliJ. It is useful, especially for when ROS would want to interface with CMake, to make a unified adapter class to be used when interfacing with either version.

Details