comparison 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
comparison
equal deleted inserted replaced
350:5a1ec6603230 351:47a206e724f2
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 project(tools) 19 project(tools)
20 20
21 add_executable(cccat cccat.cpp)
21 add_executable(mdtohtml mdtohtml.cpp) 22 add_executable(mdtohtml mdtohtml.cpp)
23 add_subdirectory(mkunicode)