From 69a8a7f30480a451cb840458b316ac703c0f5360 Mon Sep 17 00:00:00 2001 From: F8LEFT <826788949@qq.com> Date: Tue, 26 Jun 2018 22:40:23 +0800 Subject: [PATCH] install target into IDA plugin directory --- cmake/IDA.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/IDA.cmake b/cmake/IDA.cmake index bb88836..b0fdf05 100644 --- a/cmake/IDA.cmake +++ b/cmake/IDA.cmake @@ -243,7 +243,7 @@ function (add_ida_plugin plugin_name) target_link_libraries(${plugin_name} ${ida_libraries}) # Define install rule - install(TARGETS ${plugin_name} DESTINATION plugins) + install(TARGETS ${plugin_name} DESTINATION ${IDA_INSTALL_DIR}/plugins) # When generating for Visual Studio, # generate user file for convenient debugging support.