From 03de39b8dd26f6142bc288292cd39dd3de1cf6bf Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Wed, 26 Dec 2012 15:37:16 +0000 Subject: [PATCH] Add some documentation to the CompilerCapabilities.h files --- .../include/PolyVoxCore/Impl/CompilerCapabilities.h | 8 ++++++++ .../include/PolyVoxCore/Impl/CompilerCapabilities.h.in | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h index d7cebe0c..325b5ed1 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h @@ -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__ diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h.in b/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h.in index 5518dfb2..31f1ba80 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h.in +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h.in @@ -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__