early-access version 2853
This commit is contained in:
6
externals/vcpkg/ports/ffmpeg/usage
vendored
Executable file
6
externals/vcpkg/ports/ffmpeg/usage
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
To use ffmpeg add the following to your CMake project:
|
||||
|
||||
find_package(FFMPEG REQUIRED)
|
||||
target_include_directories(main PRIVATE ${FFMPEG_INCLUDE_DIRS})
|
||||
target_link_directories(main PRIVATE ${FFMPEG_LIBRARY_DIRS})
|
||||
target_link_libraries(main PRIVATE ${FFMPEG_LIBRARIES})
|
||||
Reference in New Issue
Block a user