I am currently trying to use this tool to compile shader into our shared library, but I get the following error during compile:
make[3]: *** No rule to make target '../src/shaders/debug_fragment.glsl', needed by '__cmrc_foo-shaders/intermediate/debug_fragment.glsl.cpp'. Stop.
I am using the following function to include the files:
cmrc_add_resource_library(foo-shaders ALIAS shaders::rc NAMESPACE shaders WHENCE src/shaders ...)
Hi!
I am currently trying to use this tool to compile shader into our shared library, but I get the following error during compile:
make[3]: *** No rule to make target '../src/shaders/debug_fragment.glsl', needed by '__cmrc_foo-shaders/intermediate/debug_fragment.glsl.cpp'. Stop.
I am using the following function to include the files:
cmrc_add_resource_library(foo-shaders ALIAS shaders::rc NAMESPACE shaders WHENCE src/shaders ...)