We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74216aa commit d2364e3Copy full SHA for d2364e3
1 file changed
CMakeLists.txt
@@ -7,7 +7,7 @@ endif()
7
8
# Collect all plugin paths into a semicolon-separated list
9
set(REDASM_PLUGIN_PATH_LIST "")
10
-foreach(type loaders processors commands)
+foreach(type loaders processors analyzers commands)
11
get_property(subdirs DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../${type}" PROPERTY SUBDIRECTORIES)
12
foreach(subdir ${subdirs})
13
get_property(targets DIRECTORY ${subdir} PROPERTY BUILDSYSTEM_TARGETS)
0 commit comments