fuzz: update CMakeLists.txt after the last refactor

This commit is contained in:
Nguyen Anh Quynh 2019-04-13 15:27:54 +08:00
parent 5b802c36c9
commit ec672f9388

View File

@ -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 ()