mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 21:49:46 +00:00
fuzz: update CMakeLists.txt after the last refactor
This commit is contained in:
parent
5b802c36c9
commit
ec672f9388
@ -613,7 +613,7 @@ if (CAPSTONE_BUILD_TESTS)
|
||||
add_test(NAME "capstone_${ARM_REGRESS_BIN}" COMMAND ${ARM_REGRESS_BIN})
|
||||
endif()
|
||||
# fuzz target built with the tests
|
||||
add_executable(fuzz_disasm suite/fuzz/onefile.c suite/fuzz/fuzz_disasm.c)
|
||||
add_executable(fuzz_disasm suite/fuzz/onefile.c suite/fuzz/fuzz_disasm.c suite/fuzz/platform.c)
|
||||
target_link_libraries(fuzz_disasm ${default-target})
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user