Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion editor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions editor/waller.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ win32-msvc* {
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000

INCLUDEPATH += \
../common/engine \
../common/game
../common/engine

SOURCES += \
main.cpp \
Expand Down
Loading