From b9ccd37cad47c213fdbea4cd24475c5ec48bfda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Meslin?= Date: Sun, 21 Jun 2026 15:24:26 +0200 Subject: [PATCH] Remove stale common/game include path The common/game directory does not exist in the repo; the reference was a leftover from before the qmake->CMake migration. --- editor/CMakeLists.txt | 1 - editor/waller.pro | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index a54a739..1e65133 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -43,7 +43,6 @@ qt_add_executable(waller WIN32 ${SOURCES}) target_include_directories(waller PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ../common/engine - ../common/game ) target_link_libraries(waller PRIVATE diff --git a/editor/waller.pro b/editor/waller.pro index 3e112b7..74fcd2e 100644 --- a/editor/waller.pro +++ b/editor/waller.pro @@ -16,8 +16,7 @@ win32-msvc* { #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 INCLUDEPATH += \ - ../common/engine \ - ../common/game + ../common/engine SOURCES += \ main.cpp \