https://bugs.kde.org/show_bug.cgi?id=460245
--- Comment #4 from Igor Kushnir <igor...@gmail.com> --- (In reply to Milian Wolff from comment #3) > https://discourse.cmake.org/t/feature-request-add-custom-command-all/7609 > > Let's see what the cmake wizards have to say to this The proposed solution is: > add_custom_command(OUTPUT file.txt COMMAND ${CMAKE_COMMAND} -E touch file.txt) > add_custom_target(tgt ALL DEPENDS file.txt) Questions: 1. Is it possible/how to enumerate all OUTPUT files in the CMake command? 2. Would the translations be updated after a *.po file is modified? -- You are receiving this mail because: You are watching all bug changes.