Mirror of Vulkan-Utility-Libraries
Find a file
Juan Ramos 8d23122189 cmake: Cleanup CMake
Pulling in latest changes from VVL

Use BUILD_TESTS instead of VUL_TESTS. While it's good practice to
prefix variable names it makes updating this code more difficult.
Also since tests can only ever be enabled if the project is top
level, it doesn't affect add_subdirectory users.

Other misc. CMake cleanup
2023-06-20 16:12:03 -06:00
.github/workflows cmake: Cleanup CMake 2023-06-20 16:12:03 -06:00
docs layer: add layer settings library and tests 2023-05-12 15:06:40 +02:00
include layer: add layer settings set to handle multiple instances 2023-06-08 07:39:19 +02:00
scripts cmake: Cleanup CMake 2023-06-20 16:12:03 -06:00
src layer: add layer settings set to handle multiple instances 2023-06-08 07:39:19 +02:00
tests cmake: Cleanup CMake 2023-06-20 16:12:03 -06:00
.clang-format Add initial common files 2023-03-22 16:36:06 +01:00
.gitignore Initial cmake to build the LayerUtils lib and tests 2023-03-23 14:28:39 +01:00
BUILD.md cmake: Cleanup CMake 2023-06-20 16:12:03 -06:00
CMakeLists.txt cmake: Cleanup CMake 2023-06-20 16:12:03 -06:00
CODE_OF_CONDUCT.md Add initial common files 2023-03-22 16:36:06 +01:00
LICENSE.txt Add initial common files 2023-03-22 16:36:06 +01:00
README.md Initial commit 2023-03-20 09:01:28 -04:00

Vulkan-Utility-Libraries