You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alex Clemmer (JIRA)" <ji...@apache.org> on 2016/12/05 20:39:58 UTC

[jira] [Created] (MESOS-6721) Cause source files to be correctly grouped into folders

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)