Add some documentation to the CompilerCapabilities.h files

This commit is contained in:
Matt Williams 2012-12-26 15:37:16 +00:00
parent bc8240fe63
commit 03de39b8dd
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/*
* This file provides the default compiler capabilities for for Visual Studio.
* On other compilers CMake will detect which features are available and create
* a file like this.
*
* To Enable these features in Visual Studio, define the variables in this file.
*/
#ifndef __PolyVox_CompilerCapabilities_H__
#define __PolyVox_CompilerCapabilities_H__

View File

@ -1,3 +1,8 @@
/*
* This file is an input file for the CMake build system. It is processed and
* placed in the build directory by CMake.
*/
#ifndef __PolyVox_CompilerCapabilities_H__
#define __PolyVox_CompilerCapabilities_H__