diff --git a/modules/engine/include/engine/debug/instrumentor.hpp b/modules/debug/include/debug/instrumentor/instrumentor.hpp similarity index 99% rename from modules/engine/include/engine/debug/instrumentor.hpp rename to modules/debug/include/debug/instrumentor/instrumentor.hpp index cfb3cd0..9820a9d 100644 --- a/modules/engine/include/engine/debug/instrumentor.hpp +++ b/modules/debug/include/debug/instrumentor/instrumentor.hpp @@ -1,7 +1,6 @@ #pragma once #include - #include namespace lt { diff --git a/modules/engine/src/debug/instrumentor.cpp b/modules/debug/src/instrumentor.cpp similarity index 97% rename from modules/engine/src/debug/instrumentor.cpp rename to modules/debug/src/instrumentor.cpp index a6a2d3e..3b2d4c0 100644 --- a/modules/engine/src/debug/instrumentor.cpp +++ b/modules/debug/src/instrumentor.cpp @@ -1,4 +1,4 @@ -#include +#include namespace lt { diff --git a/modules/engine/CMakeLists.txt b/modules/engine/CMakeLists.txt index 52335db..eb65947 100644 --- a/modules/engine/CMakeLists.txt +++ b/modules/engine/CMakeLists.txt @@ -1,7 +1,6 @@ if(NOT WIN32) add_library_module(engine core/application.cpp - debug/instrumentor.cpp layer/layer.cpp layer/layer_stack.cpp time/timer.cpp @@ -10,7 +9,6 @@ if(NOT WIN32) else() add_library_module(engine core/application.cpp - debug/instrumentor.cpp layer/layer.cpp layer/layer_stack.cpp time/timer.cpp