diff --git a/chapters/features/ides.md b/chapters/features/ides.md index 64e06c4..b52ca6e 100644 --- a/chapters/features/ides.md +++ b/chapters/features/ides.md @@ -10,7 +10,7 @@ Some IDEs, like Xcode, support folders. You have to manually enable the `USE_FOL set_property(GLOBAL PROPERTY USE_FOLDERS ON) ``` -Then, you can add targets to folders when after you create them: +Then, you can add targets to folders after you create them: ```cmake set_property(TARGET MyFile PROPERTY FOLDER "Scripts")