Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fornever/idea-conan-plugin
Conan C/C++ package manager plugin for IDEA-based IDEs
https://github.com/fornever/idea-conan-plugin
clion conan idea
Last synced: 2 days ago
JSON representation
Conan C/C++ package manager plugin for IDEA-based IDEs
- Host: GitHub
- URL: https://github.com/fornever/idea-conan-plugin
- Owner: ForNeVeR
- License: mit
- Created: 2017-12-03T14:45:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T13:32:58.000Z (about 7 years ago)
- Last Synced: 2024-11-02T07:51:29.507Z (about 2 months ago)
- Topics: clion, conan, idea
- Language: Kotlin
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
idea-conan-plugin [![Build Status (Appveyor)][status-appveyor]][build-appveyor] [![Build Status (Travis)][status-travis]][build-travis]
=================This is a project to build [IndelliJ IDEA][idea]-compatible plugin for
[Conan][conan], C/C++ package manager.Build
-----This project uses [Gradle][gradle] build system. The only build prerequisite is
a valid Java Development Kit installation.To build the project, use the following command:
```console
$ ./gradlew build
```Automatic tests
---------------To perform the automatic tests, use the following command:
```console
$ ./gradlew check
```Run in a sandbox environment
----------------------------To run the plugin in a local sandbox environment, use the following command:
```console
$ ./gradlew runIde
```[build-appveyor]: https://ci.appveyor.com/project/ForNeVeR/idea-conan-plugin/branch/master
[build-travis]:https://travis-ci.org/ForNeVeR/idea-conan-plugin
[conan]: https://www.conan.io/
[gradle]: https://gradle.org/
[idea]: https://www.jetbrains.com/idea/[status-appveyor]: https://ci.appveyor.com/api/projects/status/wvde1q5q8wx6mx4v/branch/master?svg=true
[status-travis]: https://travis-ci.org/ForNeVeR/idea-conan-plugin.svg?branch=master