Skip to content

Commit 3f26c77

Browse files
Rename Diligent-Hydrogent to Hydrogent
1 parent 4900ff2 commit 3f26c77

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Samples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(TARGET glfw)
1616
add_subdirectory(GLFWDemo)
1717
endif()
1818

19-
if(TARGET Diligent-Hydrogent)
19+
if(TARGET Hydrogent)
2020
add_subdirectory(USDViewer)
2121
endif()
2222

Samples/USDViewer/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ target_include_directories(USDViewer PRIVATE ${imguizmo_SOURCE_DIR})
8181
source_group("ImGuizmo" FILES ${IMGUIZMO_SOURCE})
8282

8383
get_target_property(DILIGENT_FX_SOURCE_DIR DiligentFX SOURCE_DIR)
84-
get_target_property(HYDROGENT_SOURCE_DIR Diligent-Hydrogent SOURCE_DIR)
84+
get_target_property(HYDROGENT_SOURCE_DIR Hydrogent SOURCE_DIR)
8585

8686
target_link_libraries(USDViewer
8787
PRIVATE
88-
Diligent-Hydrogent
88+
Hydrogent
8989
DiligentFX
9090
Diligent-Archiver-static
9191
)

0 commit comments

Comments
 (0)