Skip to content

Commit

Permalink
add Linux to Fast3D extra
Browse files Browse the repository at this point in the history
  • Loading branch information
th-2021 committed Jun 28, 2022
1 parent 126b662 commit 9953235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libultraship/libultraship/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ set(Source_Files__Lib__Fast3D__extra
"Lib/Fast3D/gfx_dxgi.cpp"
"Lib/Fast3D/gfx_dxgi.h"
)
else()
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(Source_Files__Lib__Fast3D__extra
"Lib/Fast3D/gfx_glx.cpp"
"Lib/Fast3D/gfx_glx.h"
Expand Down

0 comments on commit 9953235

Please sign in to comment.