Skip to content

Commit d2364e3

Browse files
committed
feat: add analyzers to test module list
1 parent 74216aa commit d2364e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif()
77

88
# Collect all plugin paths into a semicolon-separated list
99
set(REDASM_PLUGIN_PATH_LIST "")
10-
foreach(type loaders processors commands)
10+
foreach(type loaders processors analyzers commands)
1111
get_property(subdirs DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../${type}" PROPERTY SUBDIRECTORIES)
1212
foreach(subdir ${subdirs})
1313
get_property(targets DIRECTORY ${subdir} PROPERTY BUILDSYSTEM_TARGETS)

0 commit comments

Comments
 (0)