TheThingsIndustries / generic-node-se

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

dev: Add faster CMakelists for development #154

Closed mcserved closed 3 years ago

mcserved commented 3 years ago

Summary:

For faster compilation speed, a few development CMakelists.txt were added to every app. Closes #63.

Changes:

Notes for Reviewers:

Change the CMakeLists.txt and check if all apps build with Cmake and if they still function properly. Also tell if you like the idea of naming them .devel or if you have a better idea of implementing these (I don't know enough about Cmake to know if there is a cleaner solution for this).