mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
Adjust the project files to properly install them in share/doc For eng/gpr/gpr-issues#548
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
project Except is
|
|
for Languages use ("Ada", "C++");
|
|
for Source_Dirs use ("src1");
|
|
for Main use ("ada_main.adb", "cpp_main.cpp");
|
|
package Naming is
|
|
for Specification_Suffix ("C++") use ".h";
|
|
for Implementation_Suffix ("C++") use ".cpp";
|
|
end Naming;
|
|
end Except;
|