comparison 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
comparison
equal deleted inserted replaced
359:c6dfa16c77be 360:469000c78227
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_subdirectory(cat)
22 add_executable(mdtohtml mdtohtml.cpp) 22 add_subdirectory(linktool)
23 add_subdirectory(mkunicode) 23 add_subdirectory(mkunicode)