From dd9cf8c46e17ae550864daff69ca7973ce97c323 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Thu, 9 Jul 2020 18:43:02 +0200 Subject: [PATCH] Fix copying of korean font --- ScreenPlay/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ScreenPlay/CMakeLists.txt b/ScreenPlay/CMakeLists.txt index 3a004dcb..ec09d069 100644 --- a/ScreenPlay/CMakeLists.txt +++ b/ScreenPlay/CMakeLists.txt @@ -90,7 +90,8 @@ target_include_directories(${PROJECT_NAME} ${QT_TELEMTRY_INCLUDE} ${QT_BREAKPAD_INCLUDE}) -configure_file(assets/fonts/NotoSansCJKkr-Regular.otf ${CMAKE_BINARY_DIR}/bin/assets/fonts/ COPYONLY) +file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/assets/fonts) +configure_file(assets/fonts/NotoSansCJKkr-Regular.otf ${CMAKE_BINARY_DIR}/bin/assets/fonts COPYONLY) execute_process(COMMAND git log --pretty=format:'%h' -n 1