aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)
17add_subdirectory(contrib/glfw) 17add_subdirectory(contrib/glfw)
18 18
19# Common libraries. 19# Common libraries.
20add_subdirectory(dxcommon) 20add_subdirectory(dxg)
21add_subdirectory(dxwindow) 21add_subdirectory(dxwindow)
22 22
23# Applications. 23# Applications.