2025-09-16 21:30:50 -04:00
|
|
|
add_subdirectory(bodies)
|
|
|
|
|
|
|
|
|
|
add_daps_target(all_device_specs
|
|
|
|
|
SOURCES
|
|
|
|
|
avia0.dapss
|
|
|
|
|
win0.dapss
|
2026-06-14 11:46:45 -04:00
|
|
|
elp-4k-usb-cam.dapss
|
2025-09-16 21:30:50 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
# Register this target for later dependency addition from main CMakeLists.txt
|
|
|
|
|
register_daps_target(all_device_specs)
|
|
|
|
|
# Make the DAPSS target part of the ALL target for this subdirectory
|
|
|
|
|
# This ensures DAPSS targets are built when building just this subdirectory
|
|
|
|
|
set_property(TARGET all_device_specs PROPERTY FOLDER "devices")
|