diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 13:06:50 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 13:07:15 +0100 |
commit | 13984a10d01cb325b819d29165acad8939a0318f (patch) | |
tree | bc9bc62f7e7d42c69ab0e4d69236a3b8baf97e4b /cmake/opentrack-boilerplate.cmake | |
parent | 4df3023e479a3a3c0c8071b20c62f98cd69fce0b (diff) |
cmake: fix translations on Linux
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index 9ea00238..cba43409 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -14,6 +14,7 @@ set(new-hier-path "#pragma once #define OPENTRACK_LIBRARY_PATH \"${opentrack-hier-path}\" #define OPENTRACK_DOC_PATH \"${opentrack-hier-doc}\" #define OPENTRACK_CONTRIB_PATH \"${opentrack-hier-doc}contrib/\" +#define OPENTRACK_I18N_PATH \"${opentrack-i18n-path}\" ") set(hier-path-filename "${CMAKE_BINARY_DIR}/opentrack-library-path.h") |