Files
cuda/wrapper/wrapper.gpr
2023-01-17 11:38:46 +01:00

13 lines
222 B
Plaintext

project Wrapper is
for Source_Dirs use ("src");
for Object_Dir use "obj";
for Main use ("gnatcuda_wrapper.adb");
package Compiler is
for Switches ("ada") use ("-gnatX");
end Compiler;
end Wrapper;