rewrite include paths for Hunter packages

This commit is contained in:
Rahul Sheth
2019-05-24 16:37:09 -04:00
committed by Rahul Sheth
parent a4587e8609
commit dab8041bcd
16 changed files with 84 additions and 18 deletions

View File

@@ -60,7 +60,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <assimp/types.h>
#include <assimp/MemoryIOWrapper.h>
#include <assimp/irrXMLWrapper.h>
#include "../contrib/utf8cpp/source/utf8.h"
#ifdef ASSIMP_USE_HUNTER
# include <utf8/utf8.h>
#else
# include "../contrib/utf8cpp/source/utf8.h"
#endif
#include <assimp/fast_atof.h>
#include <stack>
#include <map>