21 lines
495 B
Erlang
21 lines
495 B
Erlang
{erl_opts, [debug_info]}.
|
|
|
|
% there's some bug somewhere... this list must be nonempty for some reason
|
|
{deps, [
|
|
{gmserialization, {gm, gmserialization}}
|
|
]}.
|
|
|
|
{project_apps_dir, "lib/gajumaru/apps"}.
|
|
|
|
{plugins, [
|
|
{gmplugin_rebar3, {git, "https://git.qpq.swiss/QPQ-AG/gmplugin_rebar3.git", {branch,"master"}}}
|
|
]}.
|
|
|
|
{gajumaru_root, {git, "https://git.qpq.swiss/QPQ-AG/gajumaru", "master"}}.
|
|
|
|
|
|
{shell, [
|
|
%% {config, "config/sys.config"},
|
|
{apps, [gmplugin_hello]}
|
|
]}.
|