added cmake support

This commit is contained in:
2020-12-29 01:09:59 +01:00
committed by Robin Mueller
parent 039c813b0d
commit b3047c4ab6
46 changed files with 1235 additions and 20 deletions

3
mission/CMakeLists.txt Normal file
View File

@ -0,0 +1,3 @@
add_subdirectory(core)
add_subdirectory(devices)
add_subdirectory(utility)