tdesktop/Telegram/gyp/lib_lz4.gyp

42 lines
950 B
Plaintext
Raw Normal View History

2019-06-27 09:57:48 +00:00
# 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': [
2019-09-18 06:56:01 +00:00
'helpers/common/common.gypi',
2019-06-27 09:57:48 +00:00
],
'targets': [{
'target_name': 'lib_lz4',
'includes': [
2019-09-18 06:56:01 +00:00
'helpers/common/library.gypi',
2019-06-27 09:57:48 +00:00
],
'variables': {
2019-09-18 06:56:01 +00:00
'lz4_loc': '<(third_party_loc)/lz4/lib',
2019-06-27 09:57:48 +00:00
},
'defines': [
],
'include_dirs': [
'<(lz4_loc)',
],
2019-09-18 06:56:01 +00:00
'direct_dependent_settings': {
'include_dirs': [
'<(lz4_loc)',
],
},
2019-06-27 09:57:48 +00:00
'sources': [
'<(lz4_loc)/lz4.c',
'<(lz4_loc)/lz4.h',
'<(lz4_loc)/lz4frame.c',
'<(lz4_loc)/lz4frame.h',
'<(lz4_loc)/lz4frame_static.h',
'<(lz4_loc)/lz4hc.c',
'<(lz4_loc)/lz4hc.h',
'<(lz4_loc)/xxhash.c',
'<(lz4_loc)/xxhash.h',
],
}],
}