[c-host] take just the ivshmem headers and omit the kvm-guest submodule

This commit is contained in:
Geoffrey McRae
2019-05-28 14:51:47 +10:00
parent 373d4ac932
commit 026bdb00f2
6 changed files with 59 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ get_filename_component(PROJECT_TOP "${PROJECT_SOURCE_DIR}/.." ABSOLUTE)
include_directories(
${PROJECT_SOURCE_DIR}/include
${CMAKE_BINARY_DIR}/include
${PROJECT_TOP}/vendor/kvm-guest-drivers-windows
${PROJECT_TOP}/vendor/ivshmem
${PKGCONFIG_INCLUDE_DIRS}
${GMP_INCLUDE_DIR}
)