vk-bootstrap/tests/CMakeLists.txt
Charles Giessen d6d63121e9 Add VulkanFeatureConfig, mechanism to select pre-made configs
This makes it easy to enable a set of features, extensions, and a Vulkan Version that are
pre-defined.
2021-09-02 09:19:59 -06:00

9 lines
274 B
CMake

add_executable(vk-bootstrap-test main.cpp bootstrap_tests.cpp error_code_tests.cpp unit_tests.cpp feature_config.cpp)
target_link_libraries(vk-bootstrap-test
PRIVATE
vk-bootstrap
vk-boostrap-vulkan-headers
vk-bootstrap-compiler-warnings
glfw
Catch2
)