finished track.cpp move
parent
3fb80bc0ce
commit
ddde0f655c
|
@ -34,7 +34,7 @@ libcore_objects = [
|
|||
'mstream.cpp', 'sched.cpp', 'sched_remote.cpp', 'sshstream.cpp',
|
||||
'zstream.cpp', 'shvector.cpp', 'fresolver.cpp', 'rfilter.cpp',
|
||||
'quad.cpp', 'mmap.cpp', 'chisquare.cpp', 'warp.cpp', 'vmf.cpp',
|
||||
'tls.cpp', 'ssemath.cpp', 'spline.cpp'
|
||||
'tls.cpp', 'ssemath.cpp', 'spline.cpp', 'track.cpp'
|
||||
]
|
||||
|
||||
# Add some platform-specific components
|
||||
|
|
|
@ -17,7 +17,7 @@ librender = renderEnv.SharedLibrary('mitsuba-render', [
|
|||
'shape.cpp', 'trimesh.cpp', 'sampler.cpp', 'util.cpp', 'irrcache.cpp',
|
||||
'testcase.cpp', 'photonmap.cpp', 'gatherproc.cpp', 'volume.cpp',
|
||||
'vpl.cpp', 'shader.cpp', 'scenehandler.cpp', 'intersection.cpp',
|
||||
'track.cpp', 'common.cpp', 'phase.cpp', 'noise.cpp', 'photon.cpp'
|
||||
'common.cpp', 'phase.cpp', 'noise.cpp', 'photon.cpp'
|
||||
])
|
||||
|
||||
if sys.platform == "darwin":
|
||||
|
|
Loading…
Reference in New Issue