idk why but my GDB just stopped working
This commit is contained in:
8
tools/truetypetool/CMakeLists.txt
Normal file
8
tools/truetypetool/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2023 Dominic Msters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
function(tool_truetype target ttf)
|
||||
tool_copy(${target} ${ttf} ${DAWN_ASSETS_BUILD_DIR}/${target}.ttf)
|
||||
endfunction()
|
Reference in New Issue
Block a user