diff options
Diffstat (limited to 'dxwindow/CMakeLists.txt')
| -rw-r--r-- | dxwindow/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dxwindow/CMakeLists.txt b/dxwindow/CMakeLists.txt deleted file mode 100644 index 16c1709..0000000 --- a/dxwindow/CMakeLists.txt +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | cmake_minimum_required(VERSION 3.25) | ||
| 2 | |||
| 3 | add_library(dxwindow) | ||
| 4 | |||
| 5 | target_sources(dxwindow PUBLIC | ||
| 6 | FILE_SET cxx_modules TYPE CXX_MODULES FILES | ||
| 7 | dxwindow.ixx) | ||
| 8 | |||
| 9 | target_link_libraries(dxwindow PUBLIC | ||
| 10 | glfw) | ||
