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 (2 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (2)
1
2
file(GLOB hdrs *.h)
install(FILES ${hdrs} DESTINATION include/core)