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:
@@ -24,4 +24,4 @@ set(SRC_HEADERS
|
||||
include_directories(${INC})
|
||||
include_directories(SYSTEM ${INC_SYS})
|
||||
|
||||
add_library(cycles_subd ${SRC} ${SRC_HEADERS})
|
||||
cycles_add_library(cycles_subd ${SRC} ${SRC_HEADERS})
|
||||
|
Reference in New Issue
Block a user