Fix filter for vs for public headers.

pull/2708/head
kimkulling 2019-10-11 13:41:13 +02:00
parent 33af183bb8
commit 3f38011e86
1 changed files with 2 additions and 0 deletions

View File

@ -1058,6 +1058,8 @@ MESSAGE(STATUS "Disabled importer formats:${ASSIMP_IMPORTERS_DISABLED}")
MESSAGE(STATUS "Enabled exporter formats:${ASSIMP_EXPORTERS_ENABLED}")
MESSAGE(STATUS "Disabled exporter formats:${ASSIMP_EXPORTERS_DISABLED}")
SOURCE_GROUP( include\\assimp FILES ${PUBLIC_HEADERS} )
SET( assimp_src
# Assimp Files
${Core_SRCS}