mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-07-06 07:49:57 +00:00
More irp implementation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
file(GLOB shared_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
|
||||
file(GLOB shared_headers ${CMAKE_CURRENT_SOURCE_DIR}/*.hpp)
|
||||
|
||||
add_library(shared INTERFACE
|
||||
${shared_headers}
|
||||
)
|
||||
|
||||
target_include_directories(shared INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
Reference in New Issue
Block a user