MaciejPatro / cmake-tidy

Project provides a set of tools that will ease the development process for code written in CMake.
MIT License
15 stars 0 forks source link

POST_BUILD wrongly treated #70

Closed MaciejPatro closed 4 years ago

MaciejPatro commented 4 years ago
        add_custom_command(
                TARGET
                        ${_TARGET}
                        POST_BUILD
...
     )

POST_BUILD indentationis wrong (possibly the same for prebuild etc)