 -- S.MG, 2018

with "../mpi/mpi.gpr";

project RSA is
  for Languages use ("C");
  for Library_Name use "RSA";
  for Library_Kind use "static";

  for Source_Dirs use (".", "include");
  for Object_Dir use "obj";
  for Library_Dir use "bin";

end RSA;

