CMake: Move evmc-vmtester binary to test/

This commit is contained in:
Paweł Bylica 2018-06-18 14:00:28 +02:00
parent 91065ca2ef
commit 2c7ad06072
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 2 additions and 0 deletions

View File

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