File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,7 @@ add_library(Diligent-Archiver-shared SHARED
7878 readme.md
7979)
8080
81- if ((PLATFORM_WIN32 OR
82- PLATFORM_UNIVERSAL_WINDOWS) AND
83- NOT MINGW_BUILD)
81+ if ((PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) AND NOT MINGW_BUILD)
8482 target_sources (Diligent-Archiver-shared PRIVATE ${DLL_SOURCE} )
8583endif ()
8684
Original file line number Diff line number Diff line change @@ -174,9 +174,7 @@ add_library(Diligent-GraphicsEngineOpenGL-shared SHARED
174174 readme.md
175175)
176176
177- if ((PLATFORM_WIN32 OR
178- PLATFORM_UNIVERSAL_WINDOWS) AND
179- NOT MINGW_BUILD)
177+ if ((PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) AND NOT MINGW_BUILD)
180178 target_sources (Diligent-GraphicsEngineOpenGL-shared PRIVATE ${DLL_SOURCE} )
181179endif ()
182180
Original file line number Diff line number Diff line change @@ -162,9 +162,7 @@ add_library(Diligent-GraphicsEngineVk-shared SHARED
162162 readme.md
163163)
164164
165- if ((PLATFORM_WIN32 OR
166- PLATFORM_UNIVERSAL_WINDOWS) AND
167- NOT MINGW_BUILD)
165+ if ((PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) AND NOT MINGW_BUILD)
168166 target_sources (Diligent-GraphicsEngineVk-shared PRIVATE ${DLL_SOURCE} )
169167endif ()
170168
Original file line number Diff line number Diff line change @@ -106,9 +106,7 @@ add_library(Diligent-GraphicsEngineWebGPU-shared SHARED
106106 readme.md
107107)
108108
109- if ((PLATFORM_WIN32 OR
110- PLATFORM_UNIVERSAL_WINDOWS) AND
111- NOT MINGW_BUILD)
109+ if ((PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) AND NOT MINGW_BUILD)
112110 target_sources (Diligent-GraphicsEngineWebGPU-shared PRIVATE ${DLL_SOURCE} )
113111endif ()
114112
You can’t perform that action at this time.
0 commit comments