Skip to content

Commit

Permalink
clang_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Time0o committed Feb 3, 2022
1 parent c9f407d commit 5694116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ClangSetup
Submodule ClangSetup updated 1 files
+8 −0 ClangSetup.cmake
4 changes: 1 addition & 3 deletions fire-llvm/plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ cmake_minimum_required(VERSION 3.9)

add_library(fire-llvm-plugin MODULE fire.cpp)
target_compile_features(fire-llvm-plugin PRIVATE cxx_std_17)
target_link_libraries(fire-llvm-plugin PRIVATE clang-cpp)
llvm_config(fire-llvm-plugin USE_SHARED option)
target_include_directories(fire-llvm-plugin PRIVATE ${LLVM_INCLUDE_DIRS})
clang_config(fire-llvm-plugin)

0 comments on commit 5694116

Please sign in to comment.