diff --git a/engine/NBCore/tests/CMakeLists.txt b/engine/NBCore/tests/CMakeLists.txt index ae3f5b4..d3ad479 100644 --- a/engine/NBCore/tests/CMakeLists.txt +++ b/engine/NBCore/tests/CMakeLists.txt @@ -1,9 +1,8 @@ cmake_minimum_required(VERSION 3.26.0) -project(gtest_Graphics VERSION 0.1.0 LANGUAGES C CXX) - -include(GoogleTest) if (NB_BUILD_TESTS) + enable_testing() + include(GoogleTest) add_executable(TestCore testErrors.cpp testProcesses.cpp diff --git a/engine/NBGraphics/Buffers.hpp b/engine/NBGraphics/Buffers.hpp index d7ea472..58e8c42 100644 --- a/engine/NBGraphics/Buffers.hpp +++ b/engine/NBGraphics/Buffers.hpp @@ -4,8 +4,6 @@ #include "GLLoad.hpp" -#include -#include #include #include