make it compile with cmake.

This commit is contained in:
2025-09-23 19:08:56 +02:00
parent 59411ea4ce
commit 377582c833
25 changed files with 56742 additions and 78 deletions

11
include/simulation.hpp Normal file
View File

@ -0,0 +1,11 @@
#ifndef SIMULATION_H_
#define SIMULATION_H_
#include <CL/opencl.hpp>
// duckdb
#include "duckdb/duckdb.hpp"
void run_simulation(duckdb_connection dbcon, cl::Device cl_device, cl::Context cl_context);
#endif // SIMULATION_H_