diff options
| author | Marc Sunet <marc.sunet@amd.com> | 2025-11-21 09:41:06 -0800 |
|---|---|---|
| committer | Marc Sunet <marc.sunet@amd.com> | 2025-11-21 09:41:06 -0800 |
| commit | 0b5491e0a2f1a9a4023e2c4eb171287bede41388 (patch) | |
| tree | e82e93313f1fcfcc5622bae706aea9335dbc43ef /hello/CMakeLists.txt | |
| parent | b5697421bbc73ed17ef3a8bc003571d1b6351b5c (diff) | |
Switch to plain C
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) |
