[
https://issues.apache.org/jira/browse/MESOS-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Li Li reassigned MESOS-6721:
----------------------------
Assignee: (was: Alex Clemmer)
> Group source files into folders for IDE's
> -----------------------------------------
>
> Key: MESOS-6721
> URL: https://issues.apache.org/jira/browse/MESOS-6721
> Project: Mesos
> Issue Type: Bug
> Components: cmake
> Reporter: Alex Clemmer
> Priority: Minor
> Labels: cmake, microsoft
>
> 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)