Skip to content

Commit

Permalink
Cleanup asl_examples_soundio.gpr (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-amiard committed May 28, 2020
1 parent f0e8c5e commit 810cc71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/asl_examples_soundio.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ with "../ada-soundio/soundio.gpr";

project ASL_Examples_Soundio is

type Build_Type is
("Debug", "Release");
for Object_Dir use "obj";
for Source_Dirs use (".");
Build : Build_Type := external ("Build");

package Linker renames Soundio.Linker;
package Compiler renames Ada_Synth_Lib_Soundio.Compiler;

for Main use ("soundio_example.adb");

Expand Down

0 comments on commit 810cc71

Please sign in to comment.