Add Chukwa support
This commit is contained in:
parent
1d4bc030fb
commit
dcf9c68334
70 changed files with 7240 additions and 4 deletions
19
src/3rdparty/argon2/qmake/argon2-bench2/argon2-bench2.pro
vendored
Normal file
19
src/3rdparty/argon2/qmake/argon2-bench2/argon2-bench2.pro
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
TEMPLATE = app
|
||||
CONFIG += console c++11
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= qt
|
||||
|
||||
ARGON2_ROOT = ../..
|
||||
|
||||
SOURCES += \
|
||||
$$ARGON2_ROOT/src/bench2.c
|
||||
|
||||
HEADERS += \
|
||||
$$ARGON2_ROOT/src/timing.h
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libargon2/release/ -largon2
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libargon2/debug/ -largon2
|
||||
else:unix: LIBS += -L$$OUT_PWD/../libargon2/ -largon2
|
||||
|
||||
INCLUDEPATH += $$PWD/../../include
|
||||
DEPENDPATH += $$PWD/../../include
|
Loading…
Add table
Add a link
Reference in a new issue