Skip to content

Commit

Permalink
Assign glfw_minimal to External source folder (AcademySoftwareFoundat…
Browse files Browse the repository at this point in the history
…ion#1994)

This changelist assigns the glfw_minimal project in MaterialXGraphEditor to the External source folder, improving clarity in Visual Studio builds.
  • Loading branch information
jstone-lucasfilm authored Aug 29, 2024
1 parent 1947299 commit de64c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/MaterialXGraphEditor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit de64c31

Please sign in to comment.