mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
9 lines
255 B
CMake
9 lines
255 B
CMake
add_executable(vk-bootstrap-test main.cpp bootstrap_tests.cpp error_code_tests.cpp unit_tests.cpp)
|
|
target_link_libraries(vk-bootstrap-test
|
|
PRIVATE
|
|
vk-bootstrap
|
|
vk-boostrap-vulkan-headers
|
|
vk-bootstrap-compiler-warnings
|
|
glfw
|
|
Catch2
|
|
) |