mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-22 23:24:34 +00:00
12 lines
155 B
C++
12 lines
155 B
C++
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#define GLFW_INCLUDE_VULKAN
|
||
|
#include "GLFW/glfw3.h"
|
||
|
|
||
|
#include <catch2/catch.hpp>
|
||
|
|
||
|
#include "VkBootstrap.h"
|
||
|
|
||
|
#define CATCH_CONFIG_MAIN
|