early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/vk-bootstrap/vk-bootstrap-config.cmake
vendored
Executable file
14
externals/vcpkg/ports/vk-bootstrap/vk-bootstrap-config.cmake
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
|
||||
add_library(vk-bootstrap::vk-bootstrap SHARED IMPORTED)
|
||||
set_target_properties(vk-bootstrap::vk-bootstrap PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
file(GLOB CONFIG_FILES "${_DIR}/vk-bootstrap-targets-*.cmake")
|
||||
foreach(f ${CONFIG_FILES})
|
||||
include(${f})
|
||||
endforeach()
|
Reference in New Issue
Block a user