Skip to content

Commit 466ad7a

Browse files
committed
Backporting new folder structure
1 parent e176253 commit 466ad7a

15 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ if(${Python3_Interpreter_FOUND})
3535
add_custom_command(
3636
COMMENT "Generating Unicoode mappings"
3737
OUTPUT ${UNICODE_GENERATED_FILES}
38-
COMMAND ${Python3_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/lib/scripts/genmappings.py
39-
${CMAKE_CURRENT_LIST_DIR}/lib/res
38+
COMMAND ${Python3_EXECUTABLE} ${CMAKE_CURRENT_LIST_DIR}/unicode/scripts/genmappings.py
39+
${CMAKE_CURRENT_LIST_DIR}/unicode/data
4040
${UNICODE_GENERATED_FILES}
4141
DEPENDS
4242
${UNICODE_DATA}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)