mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-18 13:37:27 +00:00
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
|
|
SOURCES += \
|
|
$$PWD/imgui/imgui_draw.cpp \
|
|
$$PWD/imgui/imgui.cpp \
|
|
$$PWD/imgui/imgui_demo.cpp \
|
|
$$PWD/ImGuiRenderer.cpp \
|
|
$$PWD/QtImGui.cpp
|
|
|
|
INCLUDEPATH += $$PWD/imgui $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/ImGuiRenderer.h \
|
|
$$PWD/QtImGui.h
|