view 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
line wrap: on
line source

SET(ROT13_SRC
    main.cpp
    Rot13Module.cpp
    Rot13Handler.cpp
   )

ADD_EXECUTABLE(rot13 ${ROT13_SRC})