add missing CMakeLists.txt file

This commit is contained in:
Nils Kneuper 2010-04-06 20:02:04 +00:00
parent 3388c967f3
commit ce84aec584

View 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})