Skip to content

Commit

Permalink
Fix AArch64 tests cmake (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemdinaburg authored Nov 18, 2020
1 parent 71c4d06 commit bf69d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AArch64/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ file(GLOB AARCH64_TEST_FILES
"${CMAKE_CURRENT_LIST_DIR}/*/*.S"
)

set_target_properties(lift-${name}-tests PROPERTIES OBJECT_DEPENDS "${AARCH64_TEST_FILES}")
set_target_properties(lift-aarch64-tests PROPERTIES OBJECT_DEPENDS "${AARCH64_TEST_FILES}")

target_link_libraries(lift-aarch64-tests PUBLIC remill ${PROJECT_LIBRARIES} )
target_include_directories(lift-aarch64-tests PUBLIC ${PROJECT_INCLUDEDIRECTORIES})
Expand Down

0 comments on commit bf69d9c

Please sign in to comment.