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

Improved keyword handling #51

Closed MaciejPatro closed 4 years ago

MaciejPatro commented 4 years ago

install(
    FILES tinyfiledialogs.h
    DESTINATION "${CMAKE_INSTALL_PREFIX}/include/tinyfiledialogs"
)

should be possible to have keyword + single value in single line