Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
reikdas committed Oct 20, 2020
1 parent ae0da3f commit ea94edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/plugins/example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ elseif(NOT MSVC)
endif()

target_compile_options(clingDemoPlugin PUBLIC -DLLVMDIR="${LLVM_INSTALL_PREFIX}" -I${LLVM_INSTALL_PREFIX}/include)
target_compile_options(clingDemoPlugin PUBLIC -DCLANGDIR="${CLANG_INSTALL_PREFIX}" -I${CLANG_INSTALL_PREFIX}/include}
target_compile_options(clingDemoPlugin PUBLIC -DCLANGDIR="${CLANG_INSTALL_PREFIX}" -I${CLANG_INSTALL_PREFIX}/include)

set_target_properties(clingDemoPlugin
PROPERTIES ENABLE_EXPORTS 1)
Expand Down

0 comments on commit ea94edd

Please sign in to comment.