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 \