mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
llvm/projects/CMakeLists.txt: Add dragonegg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e47a1d72f7
commit
3056ce593d
@ -5,6 +5,7 @@ file(GLOB entries *)
|
|||||||
foreach(entry ${entries})
|
foreach(entry ${entries})
|
||||||
if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt)
|
if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt)
|
||||||
if((NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt) AND
|
if((NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt) AND
|
||||||
|
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/dragonegg) AND
|
||||||
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxx))
|
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxx))
|
||||||
add_subdirectory(${entry})
|
add_subdirectory(${entry})
|
||||||
endif()
|
endif()
|
||||||
@ -25,3 +26,5 @@ if(${LLVM_BUILD_RUNTIME})
|
|||||||
message(WARNING "Can't build compiler-rt, CMake 2.8.8 required!")
|
message(WARNING "Can't build compiler-rt, CMake 2.8.8 required!")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_llvm_external_project(dragonegg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user