vk-bootstrap/tests/CMakeLists.txt

8 lines
237 B
CMake
Raw Normal View History

2020-05-17 13:31:02 +00:00
add_executable(vk-bootstrap-test main.cpp bootstrap_tests.cpp error_code_tests.cpp)
target_link_libraries(vk-bootstrap-test
PRIVATE
vk-bootstrap
vk-bootstrap-compiler-warnings
glfw
Catch2
)