/[projects]/smsdaemon/tasks/CMakeLists.txt
ViewVC logotype

Contents of /smsdaemon/tasks/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 139 - (show annotations) (download)
Sun Dec 7 11:55:44 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 129 byte(s)
Cleanup CMake files and rename "libtasks" -> "libsmstasks" and "libplugins" -> "libsmsplugins"

1 INCLUDE_DIRECTORIES(.. .)
2
3
4 ADD_LIBRARY(smstasks SHARED
5 SpoolTask.cpp
6 )
7
8 INSTALL(TARGETS smstasks
9 LIBRARY DESTINATION lib
10 )

  ViewVC Help
Powered by ViewVC 1.1.20