add missing CMakeLists.txt file
This commit is contained in:
parent
3388c967f3
commit
ce84aec584
1 changed files with 7 additions and 0 deletions
7
po/wesnoth-dw/CMakeLists.txt
Normal file
7
po/wesnoth-dw/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
#get domain from current dir
|
||||
file(RELATIVE_PATH REL ${CMAKE_SOURCE_DIR}/po ${CMAKE_CURRENT_SOURCE_DIR} )
|
||||
set(DOMAIN ${REL})
|
||||
|
||||
ADD_POT_TARGET(${DOMAIN})
|
||||
ADD_PO_TARGETS(${DOMAIN} ${LINGUAS})
|
||||
ADD_MO_TARGETS(${DOMAIN} ${LINGUAS})
|
Loading…
Add table
Reference in a new issue