diff tools/CMakeLists.txt @ 351:47a206e724f2

Utf8: * Rename Utf8 to Unicode * Add a generate-unicode target to rebuild the files
author David Demelier <markand@malikania.fr>
date Wed, 08 Apr 2015 10:48:48 +0200
parents 0b576ee64d45
children f1a333e2d2a1
line wrap: on
line diff
--- a/tools/CMakeLists.txt	Tue Apr 07 14:44:44 2015 +0200
+++ b/tools/CMakeLists.txt	Wed Apr 08 10:48:48 2015 +0200
@@ -18,4 +18,6 @@
 
 project(tools)
 
+add_executable(cccat cccat.cpp)
 add_executable(mdtohtml mdtohtml.cpp)
+add_subdirectory(mkunicode)
\ No newline at end of file