Skip to content

Commit 92acc18

Browse files
authored
Minor update to clion guide
1 parent c5bd201 commit 92acc18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@ In project settings, locate `Build, Execution, Deployment > CMake`. You will nee
379379
- replace the `SOME_PATH` to the path where your `swift-project` directory is
380380
- the CMAKE_BUILD_TYPE should match the build configuration name, so if you named this profile `RelWithDebInfo` the CMAKE_BUILD_TYPE should also be `RelWithDebInfo`
381381
382+
With this done CLion should be able to successfully import the project and have full autocomplete and code navigation powers.
383+
382384
### Editing
383385
384386
Make changes to the code as appropriate. Implement a shiny new feature!

0 commit comments

Comments
 (0)