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