8 lines
209 B
CMake
8 lines
209 B
CMake
# Copyright (c) 2023 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
tool_texture(texture_border
|
|
FILE=${CMAKE_CURRENT_LIST_DIR}/texture_test.png
|
|
) |