tdesktop/Telegram/gyp/tests/common_test.gypi

23 lines
582 B
Python

# This file is part of Telegram Desktop,
# the official desktop application for the Telegram messaging service.
#
# For license and copyright information please follow this link:
# https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
{
'includes': [
'../helpers/common/executable.gypi',
'../helpers/modules/qt.gypi',
],
'dependencies': [
'<(submodules_loc)/lib_base/lib_base.gyp:lib_base',
],
'include_dirs': [
'<(src_loc)',
'<(third_party_loc)/Catch/include',
],
'sources': [
'<(submodules_loc)/lib_base/base/tests_main.cpp',
],
}