mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 22:47:26 +03:00
11 lines
280 B
CMake
11 lines
280 B
CMake
|
# Copyright (c) Facebook, Inc. and its affiliates.
|
||
|
#
|
||
|
# This software may be used and distributed according to the terms of the
|
||
|
# GNU General Public License version 2.
|
||
|
|
||
|
file(GLOB TEST_SUPPORT_SRCS "*.py")
|
||
|
add_fb_python_library(
|
||
|
eden_test_support
|
||
|
SOURCES ${TEST_SUPPORT_SRCS}
|
||
|
)
|