From 9303c652d2db02cdfe9bf3fa2f8246086e9f1abd Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Sat, 29 Sep 2018 18:58:58 +0100 Subject: [PATCH] Sigh, forgot again a file to compile --- SCsub | 1 + 1 file changed, 1 insertion(+) diff --git a/SCsub b/SCsub index ae45456..0b4cedc 100644 --- a/SCsub +++ b/SCsub @@ -1,4 +1,5 @@ Import('env') env.add_source_files(env.modules_sources,"*.cpp") +env.add_source_files(env.modules_sources,"transvoxel/*.cpp")