From 158e9706b2ecf9d421d9a57064fd093eb57007f4 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Sun, 23 Apr 2023 23:48:11 +0200 Subject: c++: Added async tree --- forstio/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'forstio/SConscript') diff --git a/forstio/SConscript b/forstio/SConscript index 08ac0f0..8da5a3d 100644 --- a/forstio/SConscript +++ b/forstio/SConscript @@ -5,3 +5,4 @@ Import('env') # Export to other libs Export('env'); SConscript('core/SConscript'); +SConscript('async/SConscript'); -- cgit v1.2.3