aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2009-09-15 21:14:03 -0300
committerLauro Neto <lauro.neto@openbossa.org>2009-09-15 21:14:03 -0300
commit5c32a39e2614ab081ab549af131520b10e3ab5bf (patch)
tree7bfa3033d62fe6f8718781dc36f87e908bf9d545 /CMakeLists.txt
parent922ade6ffff9b29055345afe5e0bc2c46665d17b (diff)
Adding initial version of pylupdate
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0081052..fc17243 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,5 +47,6 @@ add_custom_target(dist
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
add_subdirectory(pyrcc)
+add_subdirectory(pylupdate)
add_subdirectory(tests)