From f70f3048d551c526a22e76b691d4770f02326fa8 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sat, 6 Jul 2024 07:04:28 -0400 Subject: Add mattreecebentley/plf_colony Resolves #141 --- .gitmodules | 3 +++ deps/SCsub | 10 +++++++++- deps/plf_colony | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) create mode 160000 deps/plf_colony diff --git a/.gitmodules b/.gitmodules index a976f33..e4a550f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "deps/ordered-map"] path = deps/ordered-map url = https://github.com/Tessil/ordered-map +[submodule "deps/plf_colony"] + path = deps/plf_colony + url = https://github.com/mattreecebentley/plf_colony diff --git a/deps/SCsub b/deps/SCsub index b26e595..1afdd85 100644 --- a/deps/SCsub +++ b/deps/SCsub @@ -24,6 +24,14 @@ def build_ordered_map(env): env.Append(CPPPATH=env.ordered_map["INCPATH"]) env.exposed_includes += env.ordered_map["INCPATH"] +def build_colony(env): + include_path = "plf_colony" + env.colony = {} + env.colony["INCPATH"] = [env.Dir(include_path)] + env.Append(CPPPATH=env.colony["INCPATH"]) + env.exposed_includes += env.colony["INCPATH"] + build_openvic_dataloader(env) build_lexy_vdf(env) -build_ordered_map(env) \ No newline at end of file +build_ordered_map(env) +build_colony(env) \ No newline at end of file diff --git a/deps/plf_colony b/deps/plf_colony new file mode 160000 index 0000000..fbc8483 --- /dev/null +++ b/deps/plf_colony @@ -0,0 +1 @@ +Subproject commit fbc8483fb785c431dc4410396815abf886728c40 -- cgit v1.2.3-56-ga3b1