cmake: Do not link example-host to evmc-unittests

This commit is contained in:
Paweł Bylica 2019-11-27 12:50:40 +01:00
parent 1f982daab2
commit d45c0335b2
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -29,7 +29,6 @@ target_link_libraries(
loader-mocked loader-mocked
evmc::example-vm-static evmc::example-vm-static
evmc::example-precompiles-vm-static evmc::example-precompiles-vm-static
evmc-example-host
evmc::instructions evmc::instructions
GTest::gtest_main GTest::gtest_main
) )