Skip to content

Commit

Permalink
cmake: added missing source file
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed May 19, 2020
1 parent fc54f5a commit 771a55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ add_library(core STATIC
src/device/dma/dma6_channel.cpp
src/device/dma/dma_channel.cpp
src/device/expansion2.cpp
src/device/gpu/color_depth.cpp
src/device/gpu/gpu.cpp
src/device/gpu/psx_color.cpp
src/device/gpu/render/dither.cpp
src/device/gpu/render/render_line.cpp
src/device/gpu/render/render_rectangle.cpp
src/device/gpu/render/render_triangle.cpp
src/device/gpu/render/texture_utils.cpp
src/device/interrupt.cpp
src/device/mdec/algorithm.cpp
src/device/mdec/mdec.cpp
Expand Down

0 comments on commit 771a55b

Please sign in to comment.