mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Group certain cmake targets into folders
This makes folders in IDEs for certain Mac and gettext targets, reducing the number of targets which appear at top-level.
This commit is contained in:
@@ -73,3 +73,6 @@ add_custom_target(signed_fish_macapp
|
||||
$<TARGET_BUNDLE_DIR:fish_macapp>
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
# Group our targets in a folder.
|
||||
set_property(TARGET fish_macapp signed_fish_macapp PROPERTY FOLDER macapp)
|
||||
|
||||
Reference in New Issue
Block a user