13 lines
201 B
CMake
13 lines
201 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
ly_add_pytest(
|
|
NAME test_detect_file_changes
|
|
PATH ${CMAKE_CURRENT_LIST_DIR}
|
|
)
|
|
|