diff options
Diffstat (limited to 'hello')
| -rw-r--r-- | hello/CMakeLists.txt | 2 |
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 | ||
| 8 | target_link_libraries(hello PRIVATE | 8 | target_link_libraries(hello PRIVATE |
| 9 | dxcommon | 9 | dxg |
| 10 | dxwindow) | 10 | dxwindow) |
