You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
330 B
CMake
10 lines
330 B
CMake
file(READ TRANSLATORS translators_str)
|
|
|
|
string(REGEX REPLACE "\n" ";" translators_list "${translators_str}")
|
|
|
|
list(GET translators_list 0 TRANSLATORS)
|
|
list(GET translators_list 1 TRANSLATORS_EMAIL)
|
|
|
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/app/config-latte.h.cmake
|
|
${CMAKE_CURRENT_BINARY_DIR}/app/config-latte.h)
|