project update
parent
56bb993d63
commit
e3001fb986
@ -0,0 +1,20 @@
|
|||||||
|
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 \
|
||||||
|
imconfig.h
|
Loading…
Reference in New Issue