msvc: Use source folder structure for project file.

This patch changes the huge list of projects in visual studio into a nice tree matching the source folder structure. see D2823 for details.

Differential Revision: http://developer.blender.org/D2823
This commit is contained in:
Ray Molenkamp
2018-02-03 16:38:27 -07:00
parent a5052770b8
commit 36c1122b96
14 changed files with 41 additions and 9 deletions

View File

@@ -71,4 +71,4 @@ include_directories(SYSTEM ${INC_SYS})
add_definitions(${GL_DEFINITIONS})
add_library(cycles_render ${SRC} ${SRC_HEADERS})
cycles_add_library(cycles_render ${SRC} ${SRC_HEADERS})