tdesktop/Telegram/gyp/tests/common_test.gypi

24 lines
607 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': [
'../common_executable.gypi',
'../qt.gypi',
],
'include_dirs': [
'<(src_loc)',
'<(submodules_loc)/GSL/include',
'<(submodules_loc)/variant/include',
'<(submodules_loc)/Catch/include',
'<(submodules_loc)/crl/src',
'<(libs_loc)/range-v3/include',
],
'sources': [
'<(src_loc)/base/tests_main.cpp',
],
}