Added fix to work for versions 1.2.55+ of vulkan headers
This commit is contained in:
parent
482aa29426
commit
8abac9fb58
6 changed files with 16 additions and 17 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <kompute/Kompute.hpp>
|
||||
|
||||
|
|
@ -7,7 +7,6 @@ int
|
|||
main(int argc, char* argv[])
|
||||
{
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
testing::InitGoogleMock(&argc, argv);
|
||||
|
||||
#if KOMPUTE_ENABLE_SPDLOG
|
||||
spdlog::set_level(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue