cling/lib/UserInterface
Bertrand Bellenot ff885342b2 Fix CMake error with stand-alone cling
Use absolute PATH when checking the existance of the textinput directory. This prevent this error:

CMake Error at cmake/modules/AddLLVM.cmake:312 (add_library):
  Cannot find source file:

    C:/build/workspace/cling-test/src/core/textinput/src/textinput/Editor.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx
Call Stack (most recent call first):
  tools/cling/CMakeLists.txt:142 (llvm_add_library)
  tools/cling/lib/UserInterface/CMakeLists.txt:17 (add_cling_library)
2015-04-01 09:55:10 +02:00
..
textinput Fix typo in arry idx (ROOT-6056). 2014-02-10 09:52:28 +01:00
CMakeLists.txt Fix CMake error with stand-alone cling 2015-04-01 09:55:10 +02:00
Makefile Correct licenses in Makefiles. 2014-01-07 11:13:56 +01:00
UserInterface.cpp Tell which language is enabled (ROOT-7090). 2015-02-21 23:15:27 +01:00