2021-10-12 18:09:41 +03:00
|
|
|
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/)
|
2021-10-15 14:11:21 +03:00
|
|
|
using [Custom Defined Compiler](https://blog.jetbrains.com/clion/2021/10/clion-2021-3-eap-custom-compiler/)
|
2021-10-12 18:09:41 +03:00
|
|
|
|
2021-10-12 18:37:25 +03:00
|
|
|
There is a custom compiler definition file for the compiler: [custom-compiler-bcc.yaml](custom-compiler-bcc.yaml)
|
2021-10-12 18:09:41 +03:00
|
|
|
|
|
|
|
|
**NB**: The compiler is supposed to be installed to `c:\tools\bcc102` folder
|