File: dir_syntax.cmake

package info (click to toggle)
nexus 4.4.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,864 kB
  • sloc: cpp: 34,928; ansic: 17,317; f90: 2,326; xml: 2,071; java: 1,953; fortran: 1,529; python: 766; makefile: 532; sh: 460; tcl: 173; lisp: 169
file content (5 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#
# syntax:    cmake -DNATIVE:PATH="something" -P dir_syntax.cmake
#
file(TO_CMAKE_PATH "${NATIVE}" TRANS)
file(WRITE "dir_syntax.txt" "${TRANS}")