Merge branch 'next' of gitorious.org:fg/simgear into next

This commit is contained in:
James Turner 2011-07-19 17:56:04 +01:00
commit 5c6076d72d

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)