Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-6721

Group source files into folders for IDE's

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • cmake

    Description

      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")
      ```

      Attachments

        Activity

          People

            Unassigned Unassigned
            andschwa Andrew Schwartzmeyer
            Joseph Wu Joseph Wu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: