소스 검색

[Minor] Another try to fix clang plugin build

tags/3.0
Vsevolod Stakhov 2 년 전
부모
커밋
5466a0609d
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    4
      clang-plugin/CMakeLists.txt
  2. 1
    0
      contrib/robin-hood/robin_hood.h

+ 1
- 4
clang-plugin/CMakeLists.txt 파일 보기

@@ -14,10 +14,7 @@ IF (ENABLE_CLANG_PLUGIN MATCHES "ON")

find_package(Clang REQUIRED)

set(clang_libs
clangAST
clangBasic
clangFrontend)
set(clang_libs clang)

message(STATUS "Found LibClang in: ${CLANG_INSTALL_PREFIX}")
include_directories(${CLANG_INCLUDE_DIRS})

+ 1
- 0
contrib/robin-hood/robin_hood.h 파일 보기

@@ -42,6 +42,7 @@
#include <cstdlib>
#include <cstring>
#include <functional>
#include <limits>
#include <memory> // only to support hash of smart pointers
#include <stdexcept>
#include <string>

Loading…
취소
저장