blob: 785d8ac129a9b40717c285836dfd703a39f5ef9c (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|