- remove glslang from pd-system - use spirv blobs instead of glsl 460 - Use Legacy shaders for OpenGL2 backend - add devnotes
7 lines
161 B
CMake
Executable File
7 lines
161 B
CMake
Executable File
cmake_minimum_required(VERSION 3.22)
|
|
|
|
add_subdirectory(lazyvec)
|
|
add_subdirectory(ppam)
|
|
add_subdirectory(pdlm)
|
|
add_subdirectory(pdfm)
|
|
add_subdirectory(pdsg) |