CMake: Add clean target for DAPS specs

This commit is contained in:
2026-04-18 15:05:16 -04:00
parent 27a5d48451
commit 66dc227d31
2 changed files with 37 additions and 0 deletions
+1
View File
@@ -211,6 +211,7 @@ add_custom_command(TARGET salmanoff POST_BUILD
# Add all registered DAPSS targets as dependencies
add_all_daps_dependencies()
add_daps_clean_target()
# Add tests if enabled
if(ENABLE_TESTS)