mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-25 06:00:13 +00:00
[porthole] initial implementation of the porthole device interface
This is known as 'introspection' in the gnif/qemu repo, it's name is not final, however porthole is more appropriate but also may not be the final name. Note: This branch is experiemental and may never be released if QEMU do not accept the patch for the new device upstream.
This commit is contained in:
13
porthole/src/linux/CMakeLists.txt
Normal file
13
porthole/src/linux/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(porthole-linux LANGUAGES C)
|
||||
|
||||
add_library(porthole-linux STATIC
|
||||
device.c
|
||||
)
|
||||
|
||||
#target_link_libraries(porthole-linux)
|
||||
|
||||
target_include_directories(porthole-linux
|
||||
PRIVATE
|
||||
src
|
||||
)
|
||||
Reference in New Issue
Block a user