Add some documentation to the CompilerCapabilities.h files
This commit is contained in:
parent
bc8240fe63
commit
03de39b8dd
@ -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__
|
||||
|
||||
|
@ -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__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user