Move server files into their subfolders
This commit is contained in:
6
servers/physics_2d/SCsub
Normal file
6
servers/physics_2d/SCsub
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
from misc.utility.scons_hints import *
|
||||
|
||||
Import("env")
|
||||
|
||||
env.add_source_files(env.servers_sources, "*.cpp")
|
||||
Reference in New Issue
Block a user