cmake corrections (#10782)

This commit is contained in:
polar 2021-09-16 13:59:08 +01:00 committed by GitHub
parent bcda172ae7
commit c6c4aa4634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View file

@ -239,6 +239,9 @@ if(USE_FAUDIO)
endif()
endif()
set_property(TARGET ${FAUDIO_TARGET} PROPERTY FOLDER "3rdparty/")
# FFMPEG
add_library(3rdparty_ffmpeg INTERFACE)