Add (c) header.

This commit is contained in:
Axel Naumann 2017-03-19 23:03:53 +01:00 committed by sftnight
parent 276505ffff
commit e847f2f5bc
2 changed files with 17 additions and 0 deletions

View File

@ -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)

View File

@ -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>