mirror of
https://github.com/AdaCore/cuda.git
synced 2026-02-12 13:05:54 -08:00
13 lines
222 B
Plaintext
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;
|
|
|