diff --git a/bam.lua b/bam.lua index 2060260..a169c2d 100644 --- a/bam.lua +++ b/bam.lua @@ -74,7 +74,7 @@ end -- -- -------------------------------- -local settings = TableDeepCopy(global_settings) +local settings = CopySettings(global_settings, "Engine") settings.cc.includes:Add("include/") settings.cc.includes:Add("source/") @@ -219,7 +219,7 @@ local libspectre = StaticLibrary(settings, -- -- -------------------------------- -local example_settings = TableDeepCopy(global_settings) +local example_settings = CopySettings(global_settings, "Example") -- Include spectre headers. example_settings.cc.includes:Add("include/")