File: CMakeLists.txt

package info (click to toggle)
persistent-cache-cpp 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: cpp: 7,754; python: 183; ansic: 91; sh: 34; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#
# Test that all source files contain a copyright header.
#

add_test(copyright ${CMAKE_CURRENT_SOURCE_DIR}/check_copyright.sh
    ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})