Changeset 56547456e406341caca65cfab1abe64869a0ffa0 for CMakeLists.txt
- Timestamp:
- 02/21/09 14:57:20 (3 years ago)
- Children:
- 0dcf20b290d256e042d559c2d8b8cdaf18ba6c13
- Parents:
- 826d0d375e42d8e4018950dd84b37689b3f666fa
- git-committer:
- Leo Antunes <leo@…> (02/21/09 14:57:20)
- Files:
-
- 1 modified
-
CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r826d0d3 r5654745 21 21 22 22 find_package(Gettext) 23 add_subdirectory(i18n) 23 if(GETTEXT_FOUND) 24 add_definitions(-DENABLE_NLS) 25 add_subdirectory(i18n) 26 endif() 24 27 25 28 include(FeatureSummary)