From b61ba449fbb9db236c88bddbb9811479b54270a0 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Tue, 19 Jul 2011 18:54:02 +0200 Subject: [PATCH] Fix case of SGGeometryTest.cxx --- simgear/math/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/math/CMakeLists.txt b/simgear/math/CMakeLists.txt index 13d3a08f..55f2b151 100644 --- a/simgear/math/CMakeLists.txt +++ b/simgear/math/CMakeLists.txt @@ -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) -- 2.39.5