ffconv/examples/CMakeLists.txt

5 lines
117 B
CMake

project(ffConv)
add_executable(ffConv ffConv.cpp)
add_dependencies(ffConv ffcpp)
target_link_libraries(ffConv ffcpp)