mirror of
https://github.com/dyne/frei0r.git
synced 2025-12-05 14:19:59 +01:00
fix missing POST_BUILD
This commit is contained in:
@@ -19,6 +19,7 @@ if(UNIX)
|
|||||||
*~
|
*~
|
||||||
)
|
)
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
|
POST_BUILD
|
||||||
COMMENT "running target clean"
|
COMMENT "running target clean"
|
||||||
TARGET distclean
|
TARGET distclean
|
||||||
COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target clean
|
COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target clean
|
||||||
|
|||||||
Reference in New Issue
Block a user