1
0
Fork 0

test_suite/unit_tests/FDM/CMakeLists.txt: fixed incorrect header name.

This commit is contained in:
Julian Smith 2022-03-20 12:45:48 +00:00
parent 683501e3bd
commit 26695b448c

View file

@ -13,6 +13,6 @@ set(TESTSUITE_HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/test_ls_matrix.hxx
${CMAKE_CURRENT_SOURCE_DIR}/testAeroElement.hxx
${CMAKE_CURRENT_SOURCE_DIR}/testYASimAtmosphere.hxx
${CMAKE_CURRENT_SOURCE_DIR}/yasim-gear.hxx
${CMAKE_CURRENT_SOURCE_DIR}/testYASimGear.hxx
PARENT_SCOPE
)