repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Kind-of worked on the R-Tree; not really enough time to do much.
[aesalon.git]
/
src
/
config
/
SConscript
blob
c68c3b06ec1615c0ac3620a5f9f19f06f9a2383f
1
Import("env")
2
3
configEnv = env.Clone()
4
5
config = env.StaticLibrary(target = "aesalon-config", source = Glob("*.cpp") + Glob("*/*.cpp"))
6
7
Export("config")