File: ConfigureFile.cmake

package info (click to toggle)
mlpack 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,272 kB
  • sloc: cpp: 226,039; python: 1,934; sh: 1,198; lisp: 414; makefile: 85
file content (11 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# ConfigureFile.cmake: generate an mlpack binding file given input
# arguments.
#
# This file depends on the following variables being set:
#
#  * GENERATE_CPP_IN: the .cpp.in file to configure.
#  * GENERATE_CPP_OUT: the .cpp file we'll generate.
#
# Any other defined variables will be passed on to the file that is being
# generated.
configure_file(${GENERATE_CPP_IN} ${GENERATE_CPP_OUT})