project update

This commit is contained in:
Sepehr Taghdisian
2014-08-11 20:43:24 +04:30
parent 56bb993d63
commit e3001fb986
2 changed files with 26 additions and 0 deletions
+20
View File
@@ -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