Add object.cc and object_sphere.cc to SConscript

This commit is contained in:
Eryn Wells 2013-09-10 09:34:32 -07:00
parent 249f77e6cf
commit 68a4855edf

View file

@ -6,6 +6,8 @@ Import('env')
files = Split("""
basics.cc
object.cc
object_sphere.cc
""")
lib = env.Library('charles', files)