File: CMakeLists.txt

package info (click to toggle)
biometryd 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,524 kB
  • sloc: cpp: 10,213; ansic: 191; python: 42; makefile: 33
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
set(
  BIOMETRY_HARDWARE_HEADERS
  biometry.h
)

install(
  FILES ${BIOMETRY_HARDWARE_HEADERS}
  DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/biometry/hardware
)