-- S.MG, 2018 -- prototype implementation of S.MG communication protocol -- http://trilema.com/2018/euloras-communication-protocol-restated/ project SMG_comms is for Languages use ("Ada"); for Source_Dirs use ("src"); for Ignore_Source_Sub_Dirs use (".svn", ".git", "@*"); for Object_Dir use "obj"; for Exec_Dir use "."; for Main use ("test_comms.adb"); package Builder is for Executable ("test_comms.adb") use "test_comms"; end Builder; package Compiler is for Default_Switches ("Ada") use ("-O2"); end Compiler; end SMG_comms;