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/
17
17
18
18
Then, open the Godot root directory with CLion and wait for the project to be fully
19
19
indexed. 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
23
23
will be added. This configuration can be safely deleted as the CMake file will not
24
24
build the project and only exists for loading the project in JetBrains IDEs.
25
25
You can’t perform that action at this time.
0 commit comments