project( fback_c )
find_package( OpenCV REQUIRED )
add_executable( fback_c fback_c.c )
target_link_libraries( fback_c ${OpenCV_LIBS} )

