|
@@ -756,12 +756,11 @@ SET( Extra_SRCS
|
|
|
)
|
|
|
SOURCE_GROUP( Extra FILES ${Extra_SRCS})
|
|
|
|
|
|
-
|
|
|
SET( Clipper_SRCS
|
|
|
../contrib/clipper/clipper.hpp
|
|
|
../contrib/clipper/clipper.cpp
|
|
|
)
|
|
|
-SOURCE_GROUP( Clipper FILES ${Clipper_SRCS})
|
|
|
+SOURCE_GROUP( Contrib\\Clipper FILES ${Clipper_SRCS})
|
|
|
|
|
|
SET( Poly2Tri_SRCS
|
|
|
../contrib/poly2tri/poly2tri/common/shapes.cc
|
|
@@ -776,7 +775,7 @@ SET( Poly2Tri_SRCS
|
|
|
../contrib/poly2tri/poly2tri/sweep/sweep_context.cc
|
|
|
../contrib/poly2tri/poly2tri/sweep/sweep_context.h
|
|
|
)
|
|
|
-SOURCE_GROUP( Poly2Tri FILES ${Poly2Tri_SRCS})
|
|
|
+SOURCE_GROUP( Contrib\\Poly2Tri FILES ${Poly2Tri_SRCS})
|
|
|
|
|
|
SET( unzip_SRCS
|
|
|
../contrib/unzip/crypt.h
|
|
@@ -785,7 +784,7 @@ SET( unzip_SRCS
|
|
|
../contrib/unzip/unzip.c
|
|
|
../contrib/unzip/unzip.h
|
|
|
)
|
|
|
-SOURCE_GROUP( unzip FILES ${unzip_SRCS})
|
|
|
+SOURCE_GROUP(Contrib\\unzip FILES ${unzip_SRCS})
|
|
|
|
|
|
SET( ziplib_SRCS
|
|
|
../contrib/zip/src/miniz.h
|
|
@@ -793,7 +792,7 @@ SET( ziplib_SRCS
|
|
|
../contrib/zip/src/zip.h
|
|
|
)
|
|
|
|
|
|
-SOURCE_GROUP( ziplib FILES ${ziplib_SRCS} )
|
|
|
+SOURCE_GROUP( Contrib\\ziplib FILES ${ziplib_SRCS} )
|
|
|
|
|
|
SET ( openddl_parser_SRCS
|
|
|
../contrib/openddlparser/code/OpenDDLParser.cpp
|
|
@@ -810,7 +809,7 @@ SET ( openddl_parser_SRCS
|
|
|
../contrib/openddlparser/include/openddlparser/DDLNode.h
|
|
|
../contrib/openddlparser/include/openddlparser/Value.h
|
|
|
)
|
|
|
-SOURCE_GROUP( openddl_parser FILES ${openddl_parser_SRCS})
|
|
|
+SOURCE_GROUP( Contrib\\openddl_parser FILES ${openddl_parser_SRCS})
|
|
|
|
|
|
SET ( open3dgc_SRCS
|
|
|
../contrib/Open3DGC/o3dgcAdjacencyInfo.h
|
|
@@ -843,7 +842,7 @@ SET ( open3dgc_SRCS
|
|
|
../contrib/Open3DGC/o3dgcVector.h
|
|
|
../contrib/Open3DGC/o3dgcVector.inl
|
|
|
)
|
|
|
-SOURCE_GROUP( open3dgc FILES ${open3dgc_SRCS})
|
|
|
+SOURCE_GROUP( Contrib\\open3dgc FILES ${open3dgc_SRCS})
|
|
|
|
|
|
# Check dependencies for glTF importer with Open3DGC-compression.
|
|
|
# RT-extensions is used in "contrib/Open3DGC/o3dgcTimer.h" for collecting statistics. Pointed file
|