
ADD_EXECUTABLE( camera_geometry_test camera_geometry_test.cpp )

# Link test to libsnapper library 
TARGET_LINK_LIBRARIES( camera_geometry_test snapper )

