From c3e66d2d0bd95cff02b89dc0adc17468fbd8085e Mon Sep 17 00:00:00 2001 From: Elisha Sarkis Date: Sun, 26 Jan 2020 19:11:04 +0000 Subject: [PATCH] Update ides.md with fix to typo --- chapters/features/ides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")