You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, I replaced the relative path with the full path to glslang_c_interface. Previously I just used target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/glslang-main/glslang/Include/) in CMakeLists to get the correct path.
Hello,
I am preparing the Debian package for vkfft and I need to patch the code in order to use the system glslang library.
the pkgconfig file of slang contain this
So the default directory for the include path is /usr/include
then the package provide these files
So it seems to me that the expected #include should be
thanks for considering
Frederic
The text was updated successfully, but these errors were encountered: