Skip to content

Commit

Permalink
Assign PugiXML to External source folder (#1961)
Browse files Browse the repository at this point in the history
This changelist assigns the PugiXML project to the External source folder, improving clarity in Visual Studio builds.
  • Loading branch information
jstone-lucasfilm committed Aug 7, 2024
1 parent a20bef0 commit 65dc595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/MaterialXFormat/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_subdirectory(External/PugiXML)
set_property(TARGET pugixml PROPERTY FOLDER "External")

file(GLOB materialx_source "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
file(GLOB materialx_headers "${CMAKE_CURRENT_SOURCE_DIR}/*.h*")
Expand Down

0 comments on commit 65dc595

Please sign in to comment.