ASFML is an Ada semi-thick binding to SFML. The library uses Ada types, and portable defined types, which eliminates the inclusion of Ada interface libraries, however most of the functions are directly imported. Website: https://mgrojo.github.io/ASFML/ Differential Revision: https://reviews.freebsd.org/D42151
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
library project ASFML is
|
|
for Externally_Built use "true";
|
|
for Library_Dir use ("../../lib/asfml");
|
|
for Library_Kind use "static";
|
|
for Library_Name use "asfml";
|
|
for Source_Dirs use ("../../include/asfml");
|
|
end ASFML
|