summaryrefslogtreecommitdiff
path: root/cmake/FindIDA.cmake
diff options
context:
space:
mode:
authorTeamCemu <40145098+TeamCemu@users.noreply.github.com>2018-06-10 17:13:46 +0200
committerGitHub <noreply@github.com>2018-06-10 17:13:46 +0200
commitc3c7ed3c136b87b627701de5b6ec71724acac36c (patch)
tree0b796def643cdfc17883e1c2c5616f7f01522fa2 /cmake/FindIDA.cmake
parentad6636325e4eaae704231a90a8d1d53a946c19d1 (diff)
updated for ida 7.0+
Diffstat (limited to 'cmake/FindIDA.cmake')
-rw-r--r--cmake/FindIDA.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindIDA.cmake b/cmake/FindIDA.cmake
index e0a42df..120a201 100644
--- a/cmake/FindIDA.cmake
+++ b/cmake/FindIDA.cmake
@@ -107,9 +107,9 @@ if(IDA_SDK_PATH)
if(WIN32)
if(IDA_64_BIT_EA_T)
- set(IDA_PLUGIN_EXT "64.l64")
+ set(IDA_PLUGIN_EXT "64.dll")
else()
- set(IDA_PLUGIN_EXT ".ldw")
+ set(IDA_PLUGIN_EXT ".dll")
endif()
elseif(APPLE)
if(IDA_64_BIT_EA_T)