Merge branch 'develop' of https://bitbucket.org/volumesoffun/polyvox into develop

This commit is contained in:
David Williams
2012-12-29 14:07:11 +00:00
8 changed files with 41 additions and 8 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__