Merge pull request #4431 from TerenceRussell/master

Added missing ObjMaterial.h to CMakeLists
pull/4441/head^2
Kim Kulling 2022-03-15 13:33:13 +01:00 committed by GitHub
commit d87111983a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ SET( PUBLIC_HEADERS
${HEADER_PATH}/matrix4x4.h ${HEADER_PATH}/matrix4x4.h
${HEADER_PATH}/matrix4x4.inl ${HEADER_PATH}/matrix4x4.inl
${HEADER_PATH}/mesh.h ${HEADER_PATH}/mesh.h
${HEADER_PATH}/ObjMaterial.h
${HEADER_PATH}/pbrmaterial.h ${HEADER_PATH}/pbrmaterial.h
${HEADER_PATH}/GltfMaterial.h ${HEADER_PATH}/GltfMaterial.h
${HEADER_PATH}/postprocess.h ${HEADER_PATH}/postprocess.h