aboutsummaryrefslogtreecommitdiff
path: root/dxcommon/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dxcommon/CMakeLists.txt')
-rw-r--r--dxcommon/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/dxcommon/CMakeLists.txt b/dxcommon/CMakeLists.txt
deleted file mode 100644
index dfb52bf..0000000
--- a/dxcommon/CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
1cmake_minimum_required(VERSION 3.25)
2
3project(dxcommon)
4
5add_library(dxcommon)
6
7target_sources(dxcommon PUBLIC
8 dxcommon.h)
9
10target_sources(dxcommon PUBLIC
11 FILE_SET cxx_modules TYPE CXX_MODULES FILES
12 dxcommon.ixx)
13
14target_include_directories(dxcommon PUBLIC
15 .)
16
17target_link_libraries(dxcommon PUBLIC
18 DirectX-Headers
19 D3D12.lib
20 DXGI.lib)