Alex Clemmer created MESOS-6721:
-----------------------------------
Summary: Cause source files to be correctly grouped into folders
Key: MESOS-6721
URL: https://issues.apache.org/jira/browse/MESOS-6721
Project: Mesos
Issue Type: Bug
Components: cmake
Reporter: Alex Clemmer
Assignee: Alex Clemmer
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
(v6.3.4#6332)