diff tools/CMakeLists.txt @ 360:469000c78227

- Rename tools - Move them to specific directories
author David Demelier <markand@malikania.fr>
date Tue, 28 Apr 2015 11:22:13 +0200
parents 5f38366c7654
children d5ec1174b707
line wrap: on
line diff
--- a/tools/CMakeLists.txt	Tue Apr 28 11:16:46 2015 +0200
+++ b/tools/CMakeLists.txt	Tue Apr 28 11:22:13 2015 +0200
@@ -18,6 +18,6 @@
 
 project(tools)
 
-add_executable(cccat cccat.cpp)
-add_executable(mdtohtml mdtohtml.cpp)
+add_subdirectory(cat)
+add_subdirectory(linktool)
 add_subdirectory(mkunicode)