Enabled viewports.

This commit is contained in:
2025-03-02 23:08:02 +01:00
parent 7eabd55167
commit 53efca4729
4 changed files with 36 additions and 5 deletions

View File

@@ -3,6 +3,8 @@ Import('env')
public_dir = env.Dir('public')
env.Append(CPPPATH = [public_dir])
if env['BUILD_TYPE'] == 'release':
cppdefines += ['RAID_RELEASE=1']
env = env.Module('private/raid/SModule')
LIB_CONFIG = {