Fix an issue with source file groupings in the CMake build.

llvm-svn: 215901
This commit is contained in:
Zachary Turner 2014-08-18 16:47:33 +00:00
parent 32482080fe
commit 3ffabc2bce
1 changed files with 1 additions and 1 deletions
lldb/source/Host

View File

@ -1,6 +1,6 @@
macro(add_host_subdirectory group)
list(APPEND HOST_SOURCES ${ARGN})
source_group(group FILES ${ARGN})
source_group(${group} FILES ${ARGN})
endmacro()
add_host_subdirectory(common