Add object.cc and object_sphere.cc to SConscript
This commit is contained in:
parent
249f77e6cf
commit
68a4855edf
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ Import('env')
|
|||
|
||||
files = Split("""
|
||||
basics.cc
|
||||
object.cc
|
||||
object_sphere.cc
|
||||
""")
|
||||
|
||||
lib = env.Library('charles', files)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue