Merge branch 'patch-1' into 'master'
Update ides.md with fix to typo See merge request CLIUtils/modern-cmake!25
This commit is contained in:
commit
6165690ccd
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user