Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNicker committed Oct 19, 2023
1 parent c7c2ed0 commit 56a5ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if(NOT TARGET FreeTypeTest)

#Copy font to output dir
add_custom_command(TARGET ${TargetName} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/CascadiaCode.ttf ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR})
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/CascadiaCode.ttf" "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}")

endif()

0 comments on commit 56a5ee5

Please sign in to comment.