~thomas-voss/biometryd/remove-obsolete-configuration-header

« back to all changes in this revision

Viewing changes to include/biometry/CMakeLists.txt

  • Committer: Thomas Voß
  • Date: 2016-05-02 06:16:01 UTC
  • Revision ID: thomas.voss@canonical.com-20160502061601-vqzwfw4c0rxfna04
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
configure_file(version.h.in version.h)
 
2
 
 
3
install(
 
4
    FILES ${CMAKE_CURRENT_BINARY_DIR}/version.h
 
5
    DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/biometry
 
6
)