From a52a88a2d6b3b00ab287bdd6facd6526b245951d Mon Sep 17 00:00:00 2001 From: NaifBanana <30419422+NaifBanana@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:26:08 -0500 Subject: [PATCH] Minor and useless line changes --- engine/NBCore/tests/CMakeLists.txt | 5 ++--- engine/NBGraphics/Buffers.hpp | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) 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