mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-25 06:40:11 +00:00
D3D/CMakeLists: Migrate off add_dolphin_library
Continues the migration work started in 3a4c3bbe01e7a44ec997f4fbf0b678fba6f2d46c
This commit is contained in:
parent
2449be7f0c
commit
3854e2bcca
@ -1,4 +1,4 @@
|
||||
set(SRCS
|
||||
add_library(videod3d
|
||||
BoundingBox.cpp
|
||||
BoundingBox.h
|
||||
D3DBase.cpp
|
||||
@ -42,10 +42,11 @@ set(SRCS
|
||||
VideoBackend.h
|
||||
)
|
||||
|
||||
set(LIBS
|
||||
videocommon
|
||||
SOIL
|
||||
target_link_libraries(videod3d
|
||||
PUBLIC
|
||||
common
|
||||
)
|
||||
videocommon
|
||||
|
||||
add_dolphin_library(videod3d "${SRCS}" "${LIBS}")
|
||||
PRIVATE
|
||||
SOIL
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user