13.3. Usage

K3D_COMPILE_RESOURCE(RESOURCES bar.py "/foo/bar.py")
K3D_COMPILE_RESOURCE(RESOURCES baz.py "/foo/baz.py")
...
ADD_EXECUTABLE(foobar ${HEADERS} ${SOURCES} ${RESOURCES})
#include <k3dsdk/resource/resource.h>

std::string = k3d::resource::get_string("/foo/bar.py");