Starting on OpenCL, got cmake to link it correctly, and started on

a minimal example
This commit is contained in:
2016-08-08 22:33:47 -07:00
parent bf45af9bab
commit 8f809f5f70
3 changed files with 53 additions and 6 deletions

View File

@@ -130,11 +130,10 @@ public:
typedef Vector3<int> Vector3i;
typedef Vector3<float> Vector3f;
}
#endif
};
#endif