Refer to license in CMake files.
This commit is contained in:
parent
d240bd5de8
commit
8aedeca69c
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# If we are not building as a part of LLVM, build Cling as an
|
||||
# standalone project, using LLVM as an external library:
|
||||
if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
|
||||
|
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
add_subdirectory(Interpreter)
|
||||
add_subdirectory(MetaProcessor)
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/UserInterface/textinput)
|
||||
|
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
set( LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
|
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
set(LLVM_USED_LIBS
|
||||
clangBasic
|
||||
)
|
||||
|
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#set(LLVM_LINK_COMPONENTS mc)
|
||||
#set(LLVM_USED_LIBS clangBasic clangAST clangParse)
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
set(LLVM_USED_LIBS
|
||||
clangCodeGen
|
||||
clangBasic
|
||||
|
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
set(CLING_TEST_DIRECTORIES
|
||||
"ErrorRecovery"
|
||||
"Extensions"
|
||||
|
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../lib/UserInterface/textinput)
|
||||
add_subdirectory(driver)
|
||||
|
@ -1,3 +1,11 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CLING - the C++ LLVM-based InterpreterG :)
|
||||
#
|
||||
# This file is dual-licensed: you can choose to license it under the University
|
||||
# of Illinois Open Source License or the GNU Lesser General Public License. See
|
||||
# LICENSE.TXT for details.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
set( LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
|
Loading…
Reference in New Issue
Block a user