From b5697421bbc73ed17ef3a8bc003571d1b6351b5c Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Wed, 19 Nov 2025 19:42:04 -0800 Subject: Rename dxcommon -> dxg --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 631e1e3..ca8b0ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ add_subdirectory(contrib/DirectX-Headers) add_subdirectory(contrib/glfw) # Common libraries. -add_subdirectory(dxcommon) +add_subdirectory(dxg) add_subdirectory(dxwindow) # Applications. -- cgit v1.2.3