From de64c319eaf07e2afcae0be3dc5165d78569f008 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Thu, 29 Aug 2024 09:23:08 -0700 Subject: [PATCH] Assign glfw_minimal to External source folder (#1994) This changelist assigns the glfw_minimal project in MaterialXGraphEditor to the External source folder, improving clarity in Visual Studio builds. --- source/MaterialXGraphEditor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/MaterialXGraphEditor/CMakeLists.txt b/source/MaterialXGraphEditor/CMakeLists.txt index bd2405d432..00acfc6902 100644 --- a/source/MaterialXGraphEditor/CMakeLists.txt +++ b/source/MaterialXGraphEditor/CMakeLists.txt @@ -61,6 +61,7 @@ set(GLFW_INSTALL OFF) set(BUILD_SHARED_LIBS OFF) add_subdirectory(External/Glfw) +set_property(TARGET glfw_minimal PROPERTY FOLDER "External") if(MSVC) SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /ENTRY:mainCRTStartup")