File: CMakeLists.txt

package info (click to toggle)
lxqt-branding-debian 0.14.0.7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: xml: 10; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
install(DIRECTORY
    .
    DESTINATION "/etc/xdg/qterminal.org"
    COMPONENT Runtime
    PATTERN "CMake*"
    EXCLUDE PATTERN "cmake*"
    EXCLUDE PATTERN "Makefile" EXCLUDE
)