9 lines
339 B
CMake
9 lines
339 B
CMake
add_executable(fidx_video common.hh fidx_video.cc)
|
|
target_link_libraries(fidx_video PRIVATE args minimp4 openh264)
|
|
|
|
add_executable(video_fprob common.hh video_fprob.cc)
|
|
target_link_libraries(video_fprob PRIVATE args minimp4 openh264)
|
|
|
|
add_executable(fcprob_fcode common.hh fcprob_fcode.cc)
|
|
target_link_libraries(fcprob_fcode PRIVATE args)
|