diff --git a/CMake-Embarcadero-BCC32C/README.md b/CMake-Embarcadero-BCC32C/README.md index 24e1527..629634e 100644 --- a/CMake-Embarcadero-BCC32C/README.md +++ b/CMake-Embarcadero-BCC32C/README.md @@ -3,7 +3,7 @@ Test project for Custom Compiler Feature This project is an example how to use [Embarcadero Free C Compiler](https://www.embarcadero.com/free-tools/ccompiler) with [CMake](https://cmake.org/) and [CLion](https://www.jetbrains.com/clion/) -using [Custom Defined Compiler](https://youtrack.jetbrains.com/issue/CPP-9615) +using [Custom Defined Compiler](https://blog.jetbrains.com/clion/2021/10/clion-2021-3-eap-custom-compiler/) There is a custom compiler definition file for the compiler: [custom-compiler-bcc.yaml](custom-compiler-bcc.yaml) diff --git a/CMake-SDCC/README.md b/CMake-SDCC/README.md index 87ca093..9638820 100644 --- a/CMake-SDCC/README.md +++ b/CMake-SDCC/README.md @@ -3,6 +3,6 @@ Test project for Custom Compiler feature This project is an example how to use [SDCC](http://sdcc.sourceforge.net/) for stm8 with [CMake](https://cmake.org/) and [CLion](https://www.jetbrains.com/clion/) -using [Custom Defined Compiler](https://youtrack.jetbrains.com/issue/CPP-9615) +using [Custom Defined Compiler](https://blog.jetbrains.com/clion/2021/10/clion-2021-3-eap-custom-compiler/) There is a custom compiler definition file for the compiler: [custom-compiler-sdcc-stm8.yaml](custom-compiler-sdcc-stm8.yaml) diff --git a/CMake-Texas-Instruments-MSP430-CGT/README.md b/CMake-Texas-Instruments-MSP430-CGT/README.md index cba892c..d4fabaa 100644 --- a/CMake-Texas-Instruments-MSP430-CGT/README.md +++ b/CMake-Texas-Instruments-MSP430-CGT/README.md @@ -3,6 +3,6 @@ Test project for Custom Compiler Feature This project is an example how to use [TI MSP430 CGT compiler](https://www.ti.com/tool/MSP-CGT) with [CMake](https://cmake.org/) and [CLion](https://www.jetbrains.com/clion/) -using [Custom Defined Compiler](https://youtrack.jetbrains.com/issue/CPP-9615) +using [Custom Defined Compiler](https://blog.jetbrains.com/clion/2021/10/clion-2021-3-eap-custom-compiler/) There is a custom compiler definition file for the compiler: [custom-compiler-msp430.yaml](custom-compiler-msp430.yaml) \ No newline at end of file diff --git a/README.md b/README.md index afaae38..132bab7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # About -Set of examples how to use [CLion](https://www.jetbrains.com/clion/) with various unsupported compilers using -[Custom Defined Compiler](https://youtrack.jetbrains.com/issue/CPP-9615) feature +This repository contains: +* Set of examples how to use [CLion](https://www.jetbrains.com/clion/) with various unsupported compilers using + [Custom Defined Compiler](https://blog.jetbrains.com/clion/2021/10/clion-2021-3-eap-custom-compiler/) feature + * [Public set of Custom Defined Compiler](configs) configuratuions ## Supported variants so far