VideoBackends/D3DCommon: Fix linking against self

This commit is contained in:
spycrab 2019-05-08 20:59:15 +02:00
parent d4633ceded
commit 35f7abfe76

View File

@ -11,5 +11,4 @@ target_link_libraries(videod3dcommon
PUBLIC
common
videocommon
videod3dcommon
)