-
+ 88B2ABCF9FAF9D0689673CC368D3E3C853147DE327EEC636B90CBA1A085EB1E8B14AE9EEE8521F121B9F5EECBECD5078A2EFE52DF1FD5A1D097E605A27A244D2
smg_comms/rsa/rsa.gpr
(0 . 0)(1 . 15)
9157 -- S.MG, 2018
9158
9159 with "../mpi/mpi.gpr";
9160
9161 project RSA is
9162 for Languages use ("C");
9163 for Library_Name use "RSA";
9164 for Library_Kind use "static";
9165
9166 for Source_Dirs use (".", "include");
9167 for Object_Dir use "obj";
9168 for Library_Dir use "bin";
9169
9170 end RSA;
9171