Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zproject_cmake.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,9 @@ if (NOT TARGET distclean)
${PROJECT_BINARY_DIR}/src/$(project.libname).pc
${PROJECT_BINARY_DIR}/src/$(project.libname).so
${PROJECT_BINARY_DIR}/src/$(project.name)_selftest
.for project.main
. for project.main
${PROJECT_BINARY_DIR}/src/$(main.name)
.endfor
. endfor
)
add_custom_target(distclean
COMMAND ${rm_command} CMakeTmp ${cmake_generated}
Expand Down