mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
13 lines
231 B
CMake
13 lines
231 B
CMake
# linux apps
|
|
|
|
add_subdirectory(libs/bcm_host)
|
|
add_subdirectory(apps/gencmd)
|
|
add_subdirectory(apps/tvservice)
|
|
|
|
if(ALL_APPS)
|
|
add_subdirectory(apps/vcdbg)
|
|
add_subdirectory(apps/edid_parser)
|
|
add_subdirectory(apps/hello_pi)
|
|
endif()
|
|
|