mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Software/CMakeLists: Migrate off add_dolphin_library
Continues the migration work started in 3a4c3bbe01
This commit is contained in:
parent
a3c53ff754
commit
8b43a31855
1 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
set(SRCS
|
||||
add_library(videosoftware
|
||||
Clipper.cpp
|
||||
DebugUtil.cpp
|
||||
EfbCopy.cpp
|
||||
|
@ -16,11 +16,12 @@ set(SRCS
|
|||
TransformUnit.cpp
|
||||
)
|
||||
|
||||
set(LIBS
|
||||
videocommon
|
||||
SOIL
|
||||
target_link_libraries(videosoftware
|
||||
PUBLIC
|
||||
common
|
||||
videocommon
|
||||
|
||||
PRIVATE
|
||||
SOIL
|
||||
${X11_LIBRARIES}
|
||||
)
|
||||
|
||||
add_dolphin_library(videosoftware "${SRCS}" "${LIBS}")
|
||||
|
|
Loading…
Add table
Reference in a new issue