Hi,

               I wonder how I can add a resource file to a bundle in the
> celix 'cmake' environment. There currently is a 'bundle(...)' command, but
> how do I tell this command to add the resource file?
>

Resources can be added using the following commands for the bundle target:

Directories: DIRECTORIES {dirnames}
Files: FILES {filenames}

Or a combination of both.

For example:

bundle(mybundle DIRECTORIES dir1 dir2 FILES myfile1 myfile2)

Hth,


-- 
Met vriendelijke groet,

Alexander Broekhuis

Reply via email to