diff options
Diffstat (limited to 'po/modules/python')
| -rw-r--r-- | po/modules/python/CMakeLists.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/po/modules/python/CMakeLists.txt b/po/modules/python/CMakeLists.txt index 846ddbda4..f595f9c93 100644 --- a/po/modules/python/CMakeLists.txt +++ b/po/modules/python/CMakeLists.txt @@ -4,13 +4,13 @@ # src/modules/python # src/modules/pythoncore -FILE(GLOB pofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.po") -FILE(GLOB mofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.mo") +file(GLOB pofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.po") +file(GLOB mofiles "${CMAKE_CURRENT_SOURCE_DIR}/*.mo") -SET(POTFILE python.pot) -SET(XGETTEXT_SOURCESDIR) -LIST(APPEND XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/python) -LIST(APPEND XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/pythoncore) +set(POTFILE python.pot) +set(XGETTEXT_SOURCESDIR) +list(APPEND XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/python) +list(APPEND XGETTEXT_SOURCESDIR ${CMAKE_SOURCE_DIR}/src/modules/pythoncore) # Install target -INCLUDE(${CMAKE_SOURCE_DIR}/cmake/translation.rules.txt) +include(${CMAKE_SOURCE_DIR}/cmake/translation.rules.txt) |
