TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
110 stars 31 forks source link

CMAKE per App compilation system #52

Closed elsalahy closed 4 years ago

elsalahy commented 4 years ago

Summary:

As the repo will have multiple apps using the same set of libraries, we need to add support in the CMAKE for compiling one specific app with the relevant libs that support this app.

Why do we need this?

What is already there? What do you see now?

A general purpose CMAKE that compiles all the libraries and applications.

What is missing? What do you want to see?

A CMAKE per app and support in the general CMAKE of app specific compilation.

How do you propose to implement this?

Environment:

Baremetal.

Acceptance Criteria:

What can you do yourself and what do you need help with?

All.