3 Commits

Author SHA1 Message Date
Dan Dennedy
3d288d95a7 fix missing POST_BUILD 2025-04-07 14:26:17 +02:00
Dan Dennedy
1f8e21e27f Fix bad add_custom_command() in distclean target
`add_custom_command()` has 2 formats: OUTPUT and TARGET. This is TARGET,
but TARGET does not permit OUTPUT.

see https://cmake.org/cmake/help/v3.31/policy/CMP0175.html
and https://cmake.org/cmake/help/v3.31/command/add_custom_command.html

Also, I converted to now-prefered lowercase (only lowercase works in my
IDE to pull up context-sensitive help for CMake). And I replaced a Make-
oriented COMMAND on `add_custom_target()` to a proper `COMMENT`.
2025-04-07 14:26:17 +02:00
Jaromil
5d825c423f added distclean target to cmake
for better cleanup when making releases
also added cmake build files in .gitignore
2010-09-13 11:59:40 +02:00