From 6f122ae1b2b8aeb052a90201f1dda8a8c4ba434e Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 7 Feb 2017 17:04:35 -0500 Subject: Use intltool support from cmake-extras. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b8730fe..0d62eae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,7 @@ configure_file( add_subdirectory(data) add_subdirectory(src) +add_subdirectory(po) enable_testing() add_subdirectory(tests) -- cgit v1.2.3