Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vulkan2021
VkCV Framework
Commits
daf55add
Verified
Commit
daf55add
authored
3 years ago
by
Tobias Frisch
Browse files
Options
Downloads
Patches
Plain Diff
[
#59
] Fix Windows CI via static linking VMA
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
parent
461a41b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/lib/VulkanMemoryAllocator.cmake
+13
-0
13 additions, 0 deletions
config/lib/VulkanMemoryAllocator.cmake
with
13 additions
and
0 deletions
config/lib/VulkanMemoryAllocator.cmake
+
13
−
0
View file @
daf55add
if
((
EXISTS
"
${
vkcv_lib_path
}
/VulkanMemoryAllocator"
)
AND
if
((
EXISTS
"
${
vkcv_lib_path
}
/VulkanMemoryAllocator"
)
AND
(
EXISTS
"
${
vkcv_lib_path
}
/VulkanMemoryAllocator-Hpp"
))
(
EXISTS
"
${
vkcv_lib_path
}
/VulkanMemoryAllocator-Hpp"
))
set
(
VMA_BUILD_SAMPLE OFF CACHE INTERNAL
""
)
set
(
VMA_BUILD_SAMPLE_SHADERS OFF CACHE INTERNAL
""
)
set
(
VMA_BUILD_REPLAY OFF CACHE INTERNAL
""
)
set
(
VMA_RECORDING_ENABLED OFF CACHE INTERNAL
""
)
set
(
VMA_USE_STL_CONTAINERS OFF CACHE INTERNAL
""
)
set
(
VMA_STATIC_VULKAN_FUNCTIONS ON CACHE INTERNAL
""
)
set
(
VMA_DYNAMIC_VULKAN_FUNCTIONS OFF CACHE INTERNAL
""
)
set
(
VMA_DEBUG_ALWAYS_DEDICATED_MEMORY OFF CACHE INTERNAL
""
)
set
(
VMA_DEBUG_INITIALIZE_ALLOCATIONS OFF CACHE INTERNAL
""
)
set
(
VMA_DEBUG_GLOBAL_MUTEX OFF CACHE INTERNAL
""
)
set
(
VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT OFF CACHE INTERNAL
""
)
add_subdirectory
(
${
vkcv_lib
}
/VulkanMemoryAllocator
)
add_subdirectory
(
${
vkcv_lib
}
/VulkanMemoryAllocator
)
list
(
APPEND vkcv_libraries VulkanMemoryAllocator
)
list
(
APPEND vkcv_libraries VulkanMemoryAllocator
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment