Added makefile as part of cmake and added windows compatibility for python scripts

This commit is contained in:
Alejandro Saucedo 2020-08-25 08:12:52 +01:00
parent 5567c532bf
commit f54678af03
14 changed files with 1043 additions and 1207 deletions

View file

@ -1,4 +1,4 @@
#include "kompute/shaders/opmult.hpp"
#include "kompute/shaders/shaderopmult.hpp"
#include "kompute/Manager.hpp"
#include "kompute/OpBase.hpp"
#include "kompute/OpMult.hpp"