summaryrefslogtreecommitdiff
blob: 8f9f839a66fd43bcdfe8694003658d5b74e1d1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt	2017-02-24 09:22:39.360392521 +0200
+++ b/CMakeLists.txt	2017-02-24 09:23:13.642390978 +0200
@@ -51,4 +51,8 @@
   ${LIBLZO_LIBRARIES}
 )
 
+if (BUILD_TARTOOL)
+	add_subdirectory(tartool)
+endif (BUILD_TARTOOL)
+
 install( TARGETS zbackup DESTINATION bin )