CMake : do not separate headers and source files when generating, place them next to each other

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14450 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2013-11-15 22:38:56 +00:00
parent ab96d1b128
commit 6abb994a61

View File

@ -8,7 +8,7 @@ function(source_group_hierarchy SRCS HDRS)
endforeach()
foreach(header_file ${${HDRS}})
source_group_file(${header_file} "Header Files\\")
source_group_file(${header_file} "Source Files\\")
endforeach()
endfunction()