"Fossies" - the Fresh Open Source Software Archive

Member "evolution-mapi-3.46.1/src/collection/CMakeLists.txt" (2 Dec 2022, 357 Bytes) of package /linux/misc/evolution-mapi-3.46.1.tar.xz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 set(extra_deps)
    2 set(sources
    3 	module-mapi-backend.c
    4 	e-mapi-backend.c
    5 	e-mapi-backend.h
    6 	e-mapi-backend-factory.c
    7 	e-mapi-backend-factory.h
    8 )
    9 set(extra_defines)
   10 set(extra_cflags)
   11 set(extra_incdirs)
   12 set(extra_ldflags)
   13 
   14 add_simple_module(module-mapi-backend
   15 	sources
   16 	extra_deps
   17 	extra_defines
   18 	extra_cflags
   19 	extra_incdirs
   20 	extra_ldflags
   21 	"${eds_moduledir}"
   22 )