mirror of
1
0
Fork 0

Update ides.md with fix to typo

This commit is contained in:
Elisha Sarkis 2020-01-26 19:11:04 +00:00 committed by Henry Schreiner
parent ad364ca2d9
commit c3e66d2d0b
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")