First Commit
This commit is contained in:
3
externals/xbyak/cmake/config.cmake.in
vendored
Normal file
3
externals/xbyak/cmake/config.cmake.in
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
|
||||
8
externals/xbyak/cmake/meson-config.cmake.in
vendored
Normal file
8
externals/xbyak/cmake/meson-config.cmake.in
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
if(NOT TARGET @TARGET_NAME@)
|
||||
add_library(@TARGET_NAME@ INTERFACE IMPORTED)
|
||||
set_target_properties(@TARGET_NAME@ PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "@ABSOLUTE_INCLUDE_DIR@"
|
||||
)
|
||||
endif()
|
||||
Reference in New Issue
Block a user