File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
contributing/development/configuring_an_ide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ CLion can import a project's `compilation database file <https://clang.llvm.org/
1717
1818Then, open the Godot root directory with CLion and wait for the project to be fully
1919indexed. If code completion, parameter information, or refactoring are not enabled,
20- you will need to load the project with CMake. To do this, find the `CMakeLists.txt `
21- file in the `platform\android\java\nativeSrcsConfigs ` directory, right click and
22- select `Load CMake Project `. Once the project reloads, a `godot ` build configuration
20+ you will need to load the project with CMake. To do this, find the `` CMakeLists.txt ` `
21+ file in the `` platform\android\java\nativeSrcsConfigs ` ` directory, right click and
22+ select :button: `Load CMake Project `. Once the project reloads, a `` godot ` ` build configuration
2323will be added. This configuration can be safely deleted as the CMake file will not
2424build the project and only exists for loading the project in JetBrains IDEs.
2525
You can’t perform that action at this time.
0 commit comments