WINDOZEEEEEEEEEEEEEEEEEEEEEEEEEEEE
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 7m11s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 7m11s
This commit is contained in:
@@ -18,7 +18,7 @@ include(cmake/CPM.cmake)
|
||||
|
||||
CPMAddPackage(
|
||||
NAME J3ML
|
||||
URL https://git.redacted.cc/josh/j3ml/archive/Release-2.4.zip
|
||||
URL https://git.redacted.cc/josh/j3ml/archive/Release-3.0.zip
|
||||
)
|
||||
|
||||
CPMAddPackage(
|
||||
@@ -28,7 +28,7 @@ CPMAddPackage(
|
||||
|
||||
CPMAddPackage(
|
||||
NAME jlog
|
||||
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-9.zip
|
||||
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-12.zip
|
||||
)
|
||||
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
5
main.cpp
5
main.cpp
@@ -1,9 +1,14 @@
|
||||
#include <iostream>
|
||||
#include <rewindow/types/window.h>
|
||||
#include <jlog/jlog.hpp>
|
||||
|
||||
#if _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <GL/gl.h>
|
||||
|
||||
|
||||
|
||||
Vector2 mouse_pos;
|
||||
|
||||
// TODO: Move to J3ML::LinearAlgebra::Vector2
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <Windows.h>
|
||||
#include <gl/GL.h>
|
||||
//#include <gl/GL.h>
|
||||
#include <rewindow/types/window.h>
|
||||
|
||||
using namespace ReWindow;
|
||||
|
Reference in New Issue
Block a user