File: ReadFile.cmake

package info (click to toggle)
anope 2.0.17-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,444 kB
  • sloc: cpp: 65,174; sh: 633; cs: 312; perl: 135; php: 51; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (7)
1
2
3
4
5
# This file is external to the read_from_file macro in Anope.cmake in order to
# get around a possible memory leak in older versions of CMake.

file(READ "${FILE}" RESULT)
message("${RESULT}")