/[projects]/smsdaemon/embedded-http/CMakeLists.txt
ViewVC logotype

Contents of /smsdaemon/embedded-http/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 675 - (show annotations) (download)
Tue Apr 27 20:07:12 2010 UTC (14 years ago) by torben
File MIME type: text/plain
File size: 210 byte(s)
Added basic infra structure for an embedded http engine
1 INCLUDE_DIRECTORIES(.. .)
2
3 SET_SOURCE_FILES_PROPERTIES( mongoose.c PROPERTIES LANGUAGE CXX )
4
5
6 ADD_LIBRARY(smshttp STATIC embeddedhttp.cpp mongoose.c )
7
8
9 #INSTALL(TARGETS smshttp
10 # LIBRARY DESTINATION lib
11 #)

  ViewVC Help
Powered by ViewVC 1.1.20