From 19b75e174338f8e7be7486a7445d1e90e9795077 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Thu, 13 Dec 2012 21:54:18 +0100 Subject: Handle translations with CMakes. closes #81 --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c8372b0..f59abbc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,8 @@ add_subdirectory(CBot) # Tools directory is built separately add_subdirectory(tools) +add_subdirectory(po) + # Tests if(${TESTS}) add_subdirectory(common/test) -- cgit v1.2.3-1-g7c22 From 9b127fc0a349972b1312866766f288534b1d47e4 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Fri, 14 Dec 2012 15:47:46 +0100 Subject: Add FindLTDL cmake module As mentionned in FindLTDL.cmake, this is code that is hereby relicensed under GPLv3. closes #68 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f59abbc..f68a1d5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -173,7 +173,7 @@ ${PNG_LIBRARIES} ${OPTIONAL_LIBS} ${PLATFORM_LIBS} ${Boost_LIBRARIES} -ltdl +${LTDL_LIBRARY} CBot ) -- cgit v1.2.3-1-g7c22