create symlinks in xplat
Summary: In the libraries where headers symlinks are required, we enable them. Reviewed By: skotchvail Differential Revision: D3943274 fbshipit-source-id: c7ec741af020a60bb7c39b10773cea58a33adc3e
This commit is contained in:
committed by
Facebook Github Bot
parent
1f300a58fb
commit
11f85ce91e
@@ -19,6 +19,7 @@ prebuilt_cxx_library(
|
||||
cxx_library(
|
||||
name = 'fbjni',
|
||||
srcs = glob(['**/*.cpp']),
|
||||
xcode_public_headers_symlinks = True,
|
||||
exported_headers = subdir_glob([('include', '**/*.h')]),
|
||||
header_namespace = '',
|
||||
compiler_flags = [
|
||||
|
@@ -31,6 +31,7 @@ COMPILER_FLAGS = [
|
||||
cxx_library(
|
||||
name = 'gtest',
|
||||
srcs = glob([gtest_folder + '/src/*.cc']),
|
||||
xcode_public_headers_symlinks = True,
|
||||
exported_headers = subdir_glob([
|
||||
(gtest_folder + '/include', '**/*.h'),
|
||||
(gtest_folder, 'src/*.h'),
|
||||
|
Reference in New Issue
Block a user