mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 23:24:34 +00:00
8 lines
210 B
CMake
8 lines
210 B
CMake
|
add_executable(vk-bootstrap-test main.cpp run_tests.cpp)
|
||
|
target_link_libraries(vk-bootstrap-test
|
||
|
PRIVATE
|
||
|
vk-bootstrap
|
||
|
vk-bootstrap-compiler-warnings
|
||
|
glfw
|
||
|
Catch2
|
||
|
)
|