mirror of
1
0
Fork 0

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:
Henry Schreiner 2020-01-26 19:11:04 +00:00
commit 6165690ccd
1 changed files with 1 additions and 1 deletions

View File

@ -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")