We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13c718 commit 7bea95bCopy full SHA for 7bea95b
optional/vtd/vendor/vtd-api-2022.3/CMakeLists.txt
@@ -9,7 +9,6 @@ add_library(vtd::api ALIAS vtd-api)
9
target_include_directories(vtd-api
10
PUBLIC
11
"$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/src/Develop/Communication/VtdFramework/VtdToolkit/include>"
12
- add_library(vtd::api ALIAS vtd-api)
13
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>"
14
)
15
@@ -18,7 +17,6 @@ include(GNUInstallDirs)
18
17
install(TARGETS vtd-api
19
LIBRARY
20
DESTINATION ${CMAKE_INSTALL_LIBDIR}
21
22
ARCHIVE
23
24
0 commit comments