0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/plugins/obs-nvenc/obs-nvenc-test/CMakeLists.txt

11 lines
310 B
CMake

cmake_minimum_required(VERSION 3.28...3.30)
find_package(FFnvcodec 12 REQUIRED)
add_executable(obs-nvenc-test)
target_sources(obs-nvenc-test PRIVATE obs-nvenc-test.cpp)
target_link_libraries(obs-nvenc-test FFnvcodec::FFnvcodec)
set_target_properties_obs(obs-nvenc-test PROPERTIES FOLDER plugins/obs-nvenc)