generated from hertog/godot-module-template
Initial commit
This commit is contained in:
commit
65227bf3a5
12416 changed files with 6001067 additions and 0 deletions
12
engine/modules/interactive_music/SCsub
Normal file
12
engine/modules/interactive_music/SCsub
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
from misc.utility.scons_hints import *
|
||||
|
||||
Import("env")
|
||||
Import("env_modules")
|
||||
|
||||
env_interactive_music = env_modules.Clone()
|
||||
|
||||
# Godot's own source files
|
||||
env_interactive_music.add_source_files(env.modules_sources, "*.cpp")
|
||||
if env.editor_build:
|
||||
env_interactive_music.add_source_files(env.modules_sources, "editor/*.cpp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue