Author :
Ben Boeckel
Date :
2016-02-25 15:31:02
Hash :45f4ec1f Message :cmake: install a proper config file
FTGL knows exactly what is necessary for its install, so a config file
is more appropriate. A "FindDep" module is meant for projects which need
"Dep" which doesn't ship a configuration file.
config.h
#pragma once
#if defined ( _WIN32 )
#define __FUNC__ __FUNCTION__
#else
#define __FUNC__ __func__
#endif