CMakeLists.txt 270 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../../) set(LLVM_LINK_COMPONENTS LineEditor Support ) add_clang_executable(dexp Dexp.cpp ) clang_target_link_libraries(dexp PRIVATE clangBasic ) target_link_libraries(dexp PRIVATE clangDaemon )