repo.or.cz
/
inav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/master' into mmosca-sbus2-telemetry
[inav.git]
/
src
/
main
/
target
/
CMakeLists.txt
blob
65f9a19c489c9b69278a9e47bbe8289a18b81a79
1
file(GLOB entries *)
2
foreach(subdir ${entries})
3
set(entry "${subdir}/CMakeLists.txt")
4
if (EXISTS ${entry})
5
add_subdirectory(${subdir})
6
endif()
7
endforeach()