Skip to content

Commit

Permalink
Add missing link with LLVMCore (fixes GH-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceBlin committed Sep 16, 2022
1 parent b23ee27 commit d2ed338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ add_library(LLVMObfuscator SHARED Plugin.cpp)
target_include_directories(LLVMObfuscator PRIVATE ${CMAKE_SOURCE_DIR})
target_include_directories(LLVMObfuscator PRIVATE ${CMAKE_CURRENT_BINARY_DIR})

target_link_libraries(LLVMObfuscator LLVMSupport)
target_link_libraries(LLVMObfuscator LLVMCore LLVMSupport)

option(BUILD_DUMMY "Build dummy plugin" OFF)
if(BUILD_DUMMY)
Expand Down

0 comments on commit d2ed338

Please sign in to comment.