File: SCsub

package info (click to toggle)
zytrax 0%2Bgit20201215-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,488 kB
  • sloc: cpp: 41,800; ansic: 3,387; makefile: 8; sh: 3
file content (12 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Import('env');
Export('env');

targets=[]

env.add_sources(targets,"internal/*.cpp")
env.add_sources(targets,"sf2/*.cpp")
env.add_sources(targets,"sf2/*.c")
#env.add_sources(targets,"sampler/*.cpp")
env.add_sources(targets,"*.cpp")

env.libs+=env.Library('effects', targets);