Files
cuda/wrapper/wrapper.gpr

13 lines
222 B
Plaintext
Raw Permalink Normal View History

project Wrapper is
for Source_Dirs use ("src");
for Object_Dir use "obj";
2023-01-17 11:36:56 +01:00
for Main use ("gnatcuda_wrapper.adb");
package Compiler is
for Switches ("ada") use ("-gnatX");
end Compiler;
end Wrapper;