mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
cmake corrections (#10782)
This commit is contained in:
parent
bcda172ae7
commit
c6c4aa4634
4 changed files with 12 additions and 0 deletions
3
3rdparty/CMakeLists.txt
vendored
3
3rdparty/CMakeLists.txt
vendored
|
@ -239,6 +239,9 @@ if(USE_FAUDIO)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
set_property(TARGET ${FAUDIO_TARGET} PROPERTY FOLDER "3rdparty/")
|
||||
|
||||
|
||||
# FFMPEG
|
||||
add_library(3rdparty_ffmpeg INTERFACE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue