changeset 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 5a1ec6603230
children 7fe8d4094983
files CMakeLists.txt tools/CMakeLists.txt
diffstat 2 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Apr 07 14:44:44 2015 +0200
+++ b/CMakeLists.txt	Wed Apr 08 10:48:48 2015 +0200
@@ -370,12 +370,12 @@
 # ---------------------------------------------------------
 
 define_module(
-	TARGET utf8
-	NAME Utf8
-	DIRECTORY Utf8
+	TARGET unicode
+	NAME Unicode
+	DIRECTORY Unicode
 	SOURCES
-		${code_SOURCE_DIR}/C++/modules/Utf8/Utf8.cpp
-		${code_SOURCE_DIR}/C++/modules/Utf8/Utf8.h
+		${code_SOURCE_DIR}/C++/modules/Unicode/Unicode.cpp
+		${code_SOURCE_DIR}/C++/modules/Unicode/Unicode.h
 )
 
 # ---------------------------------------------------------
--- 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