Moved demo/main.cpp to src

This commit is contained in:
2024-02-22 17:30:08 -05:00
parent b1b17ae1e5
commit 576117895d
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ target_link_libraries(Re3D PUBLIC Event)
#target_include_directories(Re3D PRIVATE ${JGL_SOURCE_DIR}/include)
#target_link_libraries(Re3D PRIVATE JGL)
add_executable(Re3D_Demo "include/demo/main.cpp")
add_executable(Re3D_Demo "src/demo/main.cpp")
#Link based on the relative path *so you can copy the game around*
set_target_properties(Re3D_Demo PROPERTIES LINK_FLAGS "-Wl,-rpath,./lib")

View File

@@ -1,5 +1,5 @@
#include <thread>
#include <engine/engine.h>
#include "engine/engine.h"
class App