Refactor include paths and remove redundant headers in core and editor modules

This commit is contained in:
scawful
2024-11-15 23:38:44 -05:00
parent 30b72dba70
commit b336d14233
9 changed files with 14 additions and 20 deletions

View File

@@ -41,6 +41,7 @@ target_include_directories(
lib/
app/
${ASAR_INCLUDE_DIR}
${CMAKE_SOURCE_DIR}/incl/
${CMAKE_SOURCE_DIR}/src/
${CMAKE_SOURCE_DIR}/src/lib/imgui_test_engine
${PNG_INCLUDE_DIRS}