target_sources(pybind PRIVATE geometry.cpp drawablegeometry.cpp image.cpp lineset.cpp pointcloud.cpp boundingvolume.cpp tensormap.cpp trianglemesh.cpp voxel_block_grid.cpp ) if(WITH_EMBREE) target_compile_definitions(pybind PRIVATE WITH_EMBREE=1) target_sources(pybind PRIVATE raycasting_scene.cpp) endif()