1
0
Files
BasaltMeter/BasaltPresenter/Plugins/ObjectLoader/CMakeLists.txt

9 lines
250 B
CMake
Raw Normal View History

2026-01-09 16:40:30 +08:00
if (BASALT_OBJ_OBJECT_LOADER)
add_subdirectory(ObjObjectLoader)
endif ()
# if (BASALT_GLTF_OBJECT_LOADER)
# add_subdirectory(GltfObjectLoader)
# endif ()
# if (BASALT_ASSIMP_OBJECT_LOADER)
# add_subdirectory(AssimpObjectLoader)
# endif ()