mirror of https://github.com/status-im/evmc.git
CMake: Move evmc-vmtester binary to test/
This commit is contained in:
parent
91065ca2ef
commit
2c7ad06072
|
@ -19,6 +19,8 @@ target_link_libraries(
|
|||
CLI11::CLI11
|
||||
)
|
||||
|
||||
set_target_properties(evmc-vmtester PROPERTIES RUNTIME_OUTPUT_DIRECTORY ..)
|
||||
|
||||
install(TARGETS evmc-vmtester RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
add_test(NAME vmtester-help
|
||||
|
|
Loading…
Reference in New Issue