comparison examples/rot13/CMakeLists.txt @ 41:7c8cd74023ce

Rework file layout, fix build, add README and SUPPORT
author Louis Opter <kalessin@kalessin.fr>
date Mon, 22 Mar 2010 02:08:24 +0100
parents src/examples/rot13/CMakeLists.txt@0c2a143b5076
children f744b9c6aba2
comparison
equal deleted inserted replaced
40:a3ad9dfcf011 41:7c8cd74023ce
1 SET(ROT13_SRC
2 main.cpp
3 Rot13Module.cpp
4 Rot13Handler.cpp
5 )
6
7 ADD_EXECUTABLE(rot13 ${ROT13_SRC})