forked from OSchip/llvm-project
Fix an issue with source file groupings in the CMake build.
llvm-svn: 215901
This commit is contained in:
parent
32482080fe
commit
3ffabc2bce
lldb/source/Host
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue