Moved demo/main.cpp to src
This commit is contained in:
@@ -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")
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <thread>
|
||||
#include <engine/engine.h>
|
||||
#include "engine/engine.h"
|
||||
|
||||
|
||||
class App
|
Reference in New Issue
Block a user