aboutsummaryrefslogtreecommitdiff
path: root/hello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hello/CMakeLists.txt')
-rw-r--r--hello/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt
index ac9f285..2804b24 100644
--- a/hello/CMakeLists.txt
+++ b/hello/CMakeLists.txt
@@ -6,5 +6,5 @@ add_executable(hello
6 main.cc) 6 main.cc)
7 7
8target_link_libraries(hello PRIVATE 8target_link_libraries(hello PRIVATE
9 dxcommon 9 dxg
10 dxwindow) 10 dxwindow)