MeshLib
 
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1#pragma once
2
3#if defined( _MSC_VER )
4// no config file support yet
5#elif __has_include( "config_cmake.h" )
6#include "config_cmake.h"
7#endif