Files
core/Common/cppcf/test/test.pro
2022-07-27 22:36:56 +03:00

19 lines
315 B
Prolog

include(gtest_dependency.pri)
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG += thread
CONFIG -= qt
LIBS += -L$$PWD/../../../build/lib/linux_64/debug -lcfcpp
INCLUDEPATH += $$PWD/../
HEADERS += \
tst_directoryentry.h \
tst_header.h \
tst_streamrw.h
SOURCES += \
main.cpp