File: CMakeLists.txt

package info (click to toggle)
persistent-cache-cpp 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: cpp: 7,757; python: 183; ansic: 91; sh: 34; makefile: 7
file content (2 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (3)
1
2
file(GLOB hdrs *.h)
install(FILES ${hdrs} DESTINATION include/core)