Fix case of SGGeometryTest.cxx

This commit is contained in:
Mathias Froehlich 2011-07-19 18:54:02 +02:00
parent d53e2fa8c1
commit b61ba449fb

View File

@ -49,6 +49,6 @@ add_executable(math_test SGMathTest.cxx)
target_link_libraries(math_test sgmath sgstructure sgdebug)
add_test(math ${EXECUTABLE_OUTPUT_PATH}/math_test)
add_executable(geometry_test SGGeometrytest.cxx)
add_executable(geometry_test SGGeometryTest.cxx)
target_link_libraries(geometry_test sgmath sgstructure sgdebug)
add_test(geometry ${EXECUTABLE_OUTPUT_PATH}/geometry_test)