vk-bootstrap/tests/test.cpp

12 lines
155 B
C++
Raw Normal View History

#include <stdio.h>
#define GLFW_INCLUDE_VULKAN
#include "GLFW/glfw3.h"
#include <catch2/catch.hpp>
#include "VkBootstrap.h"
#define CATCH_CONFIG_MAIN