Skip to content

Multiple Executables in Project #30

Open
@cwfitzgerald

Description

@cwfitzgerald

My use case is as follows: I have a selection of library based submodules. They are not completely standalone as there are dependencies among them, but they makes sense as submodules. I also will be generating multiple executables that use these libraries to do various things. There doesn't seem to be a way in the current spec to have "submodules" in the src directory. It makes logical sense to me that you put library submodules in the libs directory and executable submodules in the src directory.

Random illustrative example: if my project generated: libdisk.so libnetwork.so disk-add network-add the structure would be like:

|-- lib
|   \-- disk
|       \-- disk.cpp
|   \-- network
|       \-- network.cpp
|-- src
    \-- disk-add
        \-- main.cpp
    \-- network-add
        \-- main.cpp

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions