diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-29 08:09:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-29 08:25:57 +0000 |
commit | e868cdf022890fee56fd5c4608190d196362b36d (patch) | |
tree | 863e1d39586a376df0f7a152904a317c91721663 /cmake/opentrack-i18n.cmake | |
parent | 94747abe17bd669fbbca6ce99977410a4548aee1 (diff) |
cmake: add include guards
Diffstat (limited to 'cmake/opentrack-i18n.cmake')
-rw-r--r-- | cmake/opentrack-i18n.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake index c23d5d1d..2e35ba6b 100644 --- a/cmake/opentrack-i18n.cmake +++ b/cmake/opentrack-i18n.cmake @@ -1,3 +1,5 @@ +include_guard(GLOBAL) + add_custom_target(i18n ALL) function(otr_i18n_for_target_directory n) |