Files
OrcaSlicer-bambulab/sandboxes/openvdb/CMakeLists.txt
T

9 lines
273 B
CMake
Raw Normal View History

2019-10-25 13:09:25 +02:00
add_executable(openvdb_example openvdb_example.cpp)
2019-10-25 15:48:01 +02:00
find_package(OpenVDB 5.0 REQUIRED COMPONENTS openvdb)
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
2019-10-25 13:09:25 +02:00
target_link_libraries(openvdb_example libslic3r)
2019-10-25 15:48:01 +02:00
target_link_libraries(openvdb_example OpenVDB::openvdb)