/yolk.gpr
http://github.com/ThomasLocke/yolk · Unknown · 33 lines · 29 code · 4 blank · 0 comment · 0 complexity · 4c44ecf9969f9e32f3489717e1cc153e MD5 · raw file
- -------------------------------------------------------------------------------
- -- --
- -- Yolk --
- -- --
- -- Yolk Project File --
- -- --
- -- Copyright (C) 2010-2012, Thomas Løcke --
- -- --
- -- This library is free software; you can redistribute it and/or modify --
- -- it under terms of the GNU General Public License as published by the --
- -- Free Software Foundation; either version 3, or (at your option) any --
- -- later version. This library is distributed in the hope that it will be --
- -- useful, but WITHOUT ANY WARRANTY; without even the implied warranty of --
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --
- -- You should have received a copy of the GNU General Public License and --
- -- a copy of the GCC Runtime Library Exception along with this program; --
- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
- -- <http://www.gnu.org/licenses/>. --
- -- --
- -------------------------------------------------------------------------------
- with "aws";
- with "florist";
- with "gnatcoll";
- project Yolk is
- for Source_Dirs use ("../../include/yolk");
- for Externally_Built use "True";
- for Library_Dir use "../../yolk";
- for Library_Name use "yolk";
- end Yolk;