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