Add (c) header.
This commit is contained in:
parent
276505ffff
commit
e847f2f5bc
@ -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.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
@ -1,3 +1,12 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// CLING - the C++ LLVM-based InterpreterG :)
|
||||
// author: Axel Naumann <axel@cern.ch>
|
||||
//
|
||||
// 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.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include <cling/Interpreter/Interpreter.h>
|
||||
#include <cling/Interpreter/Value.h>
|
||||
#include <iostream>
|
||||
|
Loading…
Reference in New Issue
Block a user