Files
core/Common/cppcf/test/test.pro
2022-07-25 18:47:10 +03:00

17 lines
251 B
Prolog

include(gtest_dependency.pri)
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG += thread
CONFIG -= qt
LIBS += -L$$PWD/../Debug -lcfcpp
INCLUDEPATH += $$PWD/../
HEADERS += \
tst_test_stream.h
SOURCES += \
main.cpp