mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
Fix CMake dependency for add_custom_command
This commit is contained in:
committed by
Kyle Elliott
parent
9a1409721c
commit
c14bc57193
@@ -47,7 +47,7 @@ function(COMPILE_X86_TESTS name address_size has_avx has_avx512)
|
||||
add_custom_command(
|
||||
OUTPUT tests_${name}.bc
|
||||
COMMAND lift-${name}-tests --arch ${name} --bc_out tests_${name}.bc
|
||||
DEPENDS semantics
|
||||
DEPENDS semantics lift-${name}-tests ${name}
|
||||
)
|
||||
|
||||
add_custom_command(
|
||||
|
||||
Reference in New Issue
Block a user