Migrating to CMake, WIP

This commit is contained in:
2017-10-04 17:14:29 -07:00
parent 5362bbd526
commit 7b7b1fe934
8 changed files with 60 additions and 9 deletions

View File

@@ -13,8 +13,8 @@
#include <functional> // for hash<>
#include "Vector2.h"
#include "Vector3.h"
#include "vector2.h"
#include "vector3.h"
namespace kraken {

View File

@@ -33,6 +33,8 @@
#define KRAKEN_VECTOR2_H
#include <functional> // for hash<>
#include <limits> // for std::numeric_limits<>
#include <math.h> // for sqrtf
namespace kraken {