diff --git a/CMakeLists.txt b/CMakeLists.txt index 08aff9c..1adfab1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -192,7 +192,7 @@ target_link_directories(${PROJECT_NAME} PRIVATE external/box2d/bin ) -target_link_libraries(${PROJECT_NAME} box2d glfw glad glm dearimgui lua_static pugixml freetype testbed game) +target_link_libraries(${PROJECT_NAME} box2d glfw glad glm dearimgui lua_static pugixml freetype testbed) if (NOT NO_EDITOR) target_link_libraries(${PROJECT_NAME} editor) diff --git a/src/run_modes/editor/panels/world_tree.cpp b/src/run_modes/editor/panels/world_tree.cpp index cebe2f7..ea12ff5 100644 --- a/src/run_modes/editor/panels/world_tree.cpp +++ b/src/run_modes/editor/panels/world_tree.cpp @@ -7,7 +7,7 @@ ******************************************************************************/ #include "world_tree.h" -#include +#include #include #include diff --git a/src/run_modes/editor/panels/world_view.cpp b/src/run_modes/editor/panels/world_view.cpp index 2d0fed6..9544e35 100644 --- a/src/run_modes/editor/panels/world_view.cpp +++ b/src/run_modes/editor/panels/world_view.cpp @@ -8,7 +8,7 @@ #include "world_view.h" #include -#include +#include #include #include #include "../panel_manager.h"