
ADD_EXECUTABLE( proj_jac_test proj_jac_test.cpp )

# Link test to libsnapper library 
TARGET_LINK_LIBRARIES( proj_jac_test snapper )

