10 lines
210 B
CMake
10 lines
210 B
CMake
# Copyright (c) 2024 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
tool_copy(
|
|
testmap
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testmap.json
|
|
testmap.json
|
|
) |