[
https://issues.apache.org/jira/browse/MESOS-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gavin updated MESOS-6721:
-------------------------
Comment: was deleted
(was: www.rtat.net)
> Group source files into folders for IDE's
> -----------------------------------------
>
> Key: MESOS-6721
> URL: https://issues.apache.org/jira/browse/MESOS-6721
> Project: Mesos
> Issue Type: Wish
> Components: cmake
> Reporter: Andrew Schwartzmeyer
> Priority: Minor
> Labels: cmake
>
> CMake has good facilities for organizing source files in a project into
> folders, but we don't really make use of them. This is especially bad for
> IDEs like XCode and Visual Studio, where the source files will just end up in
> a folder with literally everything that's included.
> For every executable and library we make, we should do something like this
> (and it might be wrong, because my memory is hazy here):
> ```
> set_property(TARGET ${AGENT_TARGET} PROPERTY FOLDER "src/slave")
> ```
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)