anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

ReadFile.cmake (193B)

      1 # This file is external to the read_from_file macro in Anope.cmake in order to
      2 # get around a possible memory leak in older versions of CMake.
      3 
      4 file(READ "${FILE}" RESULT)
      5 message("${RESULT}")