forked from OSchip/llvm-project
parent
6b5e62fb0b
commit
37b3c48ef7
|
@ -4,7 +4,7 @@
|
|||
file(GLOB entries *)
|
||||
foreach(entry ${entries})
|
||||
if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt)
|
||||
if(NOT (${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt))
|
||||
if(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt)
|
||||
add_subdirectory(${entry})
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue