a03f0ef4ee
^KT-63598
8 lines
149 B
Markdown
8 lines
149 B
Markdown
# Working on C++ code
|
|
|
|
1. Generate CMakeLists.txt
|
|
```
|
|
./gradlew :kotlin-native:llvmDebugInfoC:generateCMakeLists
|
|
```
|
|
2. Open this directory in CLion
|