| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fix env.lua warning
|
|
|
|
|
|
|
|
|
|
Improve xrepo env shell
|
|
extra include_directories and debug flags for cmake::find_package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 000dc3a8df6d3316b16f03f32611597d9c30a2d4.
|
|
|
|
|
|
use `include_dirs` and `link_libraries` to customize cmake detection.
|
|
|
|
add extra `find_name` to configurations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update find_vulkansdk.lua
|
|
|
|
|
|
|
|
linux will not generate the two environment variables($VK_SDK_PATH, $VULKAN_SDK) when you install Vulkan from the system package manager(e.g. archlinux), so you should find the Vulkan path from /usr and /usr/local
|
|
|
|
|
|
|
|
improve has_flags
|
|
|
|
|
|
|
|
|
|
|
|
|