Not sure if I'm a huge fan that I have to specify the folders in the includes now

This commit is contained in:
MitchellHansen
2017-02-08 01:35:14 -08:00
parent afa6ce463a
commit 0047db0a65
7 changed files with 8 additions and 13 deletions

View File

@@ -63,7 +63,6 @@ foreach (source IN ITEMS ${SOURCES})
string(REGEX MATCHALL "src(.*)" substrings ${filename})
list(GET substrings 0 substring)
SOURCE_GROUP(${substring} FILES ${source})
@@ -79,7 +78,6 @@ foreach (source IN ITEMS ${HEADERS})
string(REGEX MATCHALL "include(.*)" substrings ${filename})
list(GET substrings 0 substring)
SOURCE_GROUP(${substring} FILES ${source})
@@ -95,7 +93,6 @@ foreach (source IN ITEMS ${KERNELS})
string(REGEX MATCHALL "kernels(.*)" substrings ${filename})
list(GET substrings 0 substring)
SOURCE_GROUP(${substring} FILES ${source})
@@ -111,7 +108,6 @@ foreach (source IN ITEMS ${SHADERS})
string(REGEX MATCHALL "shaders(.*)" substrings ${filename})
list(GET substrings 0 substring)
SOURCE_GROUP(${substring} FILES ${source})