Minor and useless line changes

This commit is contained in:
NaifBanana 2026-04-04 15:26:08 -05:00
parent 7e0ef3d269
commit a52a88a2d6
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -4,8 +4,6 @@
#include "GLLoad.hpp"
#include <exception>
#include <map>
#include <string>
#include <vector>