diff options
Diffstat (limited to 'hello/CMakeLists.txt')
| -rw-r--r-- | hello/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt index 2804b24..b3c1507 100644 --- a/hello/CMakeLists.txt +++ b/hello/CMakeLists.txt | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | cmake_minimum_required(VERSION 3.25) | 1 | cmake_minimum_required(VERSION 3.20) |
| 2 | 2 | ||
| 3 | project(hello) | 3 | project(hello) |
| 4 | 4 | ||
| 5 | add_executable(hello | 5 | add_executable(hello |
| 6 | main.cc) | 6 | main.c) |
| 7 | 7 | ||
| 8 | target_link_libraries(hello PRIVATE | 8 | target_link_libraries(hello PRIVATE |
| 9 | dxg | 9 | app |
| 10 | dxwindow) | 10 | dxg) |
