imgui/libimgui.pro

22 lines
281 B
Prolog
Raw Normal View History

2014-08-11 11:13:24 -05:00
TEMPLATE = lib
CONFIG += static
CONFIG -= app_bundle
CONFIG -= qt
CONFIG -= warn_on
CONFIG(release, debug|release) {
TARGET = imgui
}
CONFIG(debug, debug|release) {
TARGET = imgui-dbg
}
SOURCES += \
imgui.cpp
HEADERS += \
imgui.h \
2014-08-16 03:28:29 -05:00
imconfig.h \
immem.h