Annotation of embedaddon/strongswan/src/charon-tkm/build_tests.gpr, revision 1.1
1.1 ! misho 1: with "build_common";
! 2:
! 3: project Build_Tests is
! 4:
! 5: for Languages use ("Ada", "C");
! 6: for Source_Dirs use ("src/ees", "src/ehandler", "src/tkm", "tests");
! 7: for Main use ("tests");
! 8: for Object_Dir use Build_Common.Obj_Dir;
! 9:
! 10: package Compiler is
! 11: for Default_Switches ("c") use Build_Common.C_Compiler_Switches;
! 12: end Compiler;
! 13:
! 14: package Binder is
! 15: for Default_Switches ("ada") use Build_Common.Ada_Binder_Switches;
! 16: end Binder;
! 17:
! 18: end Build_Tests;
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>