vector-of-bool / cmrc

A Resource Compiler in a Single CMake Script
MIT License
674 stars 74 forks source link

Failing to compile with GLSL shaders #22

Closed Dakantz closed 4 years ago

Dakantz commented 4 years ago

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 ...)

Dakantz commented 4 years ago

Closed - partner made a naming convention mistake.