diff --git a/CMakeLists.txt b/CMakeLists.txt index d2f4a109..c0b74890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,7 +211,7 @@ if (NOT WIN32) endif() # link libraries -target_link_libraries(SHADERed ${OPENGL_LIBRARIES} ${GLM_LIBRARY_DIRS} glslang SPIRV SPIRVVM assimp::assimp) +target_link_libraries(SHADERed ${OPENGL_LIBRARIES} ${GLM_LIBRARY_DIRS} glslang SPIRV SPIRVVM SPIRV-Tools SPIRV-Headers assimp::assimp) # link SpvGenTwo if (BUILD_IMMEDIATE_MODE) diff --git a/src/SHADERed/UI/Debug/VectorWatchUI.cpp b/src/SHADERed/UI/Debug/VectorWatchUI.cpp index 2142141e..68b8550c 100644 --- a/src/SHADERed/UI/Debug/VectorWatchUI.cpp +++ b/src/SHADERed/UI/Debug/VectorWatchUI.cpp @@ -8,6 +8,9 @@ #include #include + +#define GLM_ENABLE_EXPERIMENTAL 1 + #include const char* SIMPLE_VECTOR_VS_CODE = R"(