We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appear to me that cmake cannot advance because it didnt find any cmakelist.txt on a third party folder called glslang
pedro@pedro:~/wallpaper-engine-kde-plugin$ cmake -B build -S . -GNinja -DUSE_PLASMAPKG=ON CMake Error at src/backend_scene/third_party/CMakeLists.txt:11 (add_subdirectory): The source directory
/home/pedro/wallpaper-engine-kde-plugin/src/backend_scene/third_party/glslang
does not contain a CMakeLists.txt file.
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appear to me that cmake cannot advance because it didnt find any cmakelist.txt on a third party folder called glslang
pedro@pedro:~/wallpaper-engine-kde-plugin$ cmake -B build -S . -GNinja -DUSE_PLASMAPKG=ON
CMake Error at src/backend_scene/third_party/CMakeLists.txt:11 (add_subdirectory):
The source directory
does not contain a CMakeLists.txt file.
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered: