From 52205d778748b4b5032376397a17454216a2b852 Mon Sep 17 00:00:00 2001 From: andrew-platt Date: Mon, 4 Dec 2023 17:53:57 -0700 Subject: [PATCH] ExtLoads: update CMakeLists.txt --- modules/externalinflow/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/externalinflow/CMakeLists.txt b/modules/externalinflow/CMakeLists.txt index 6c730023a1..6a0b536b4e 100644 --- a/modules/externalinflow/CMakeLists.txt +++ b/modules/externalinflow/CMakeLists.txt @@ -30,7 +30,7 @@ target_link_libraries(extinflowlib openfast_prelib) target_include_directories(extinflowlib PUBLIC $ ) -set_target_properties(extinflowlib PROPERTIES PUBLIC_HEADER src/ExternalInflow_Types.h) +set_target_properties(extinflowlib PROPERTIES PUBLIC_HEADER "src/ExternalInflow_Types.h;src/ExtLoadsDX_Types.h") install(TARGETS extinflowtypeslib extinflowlib EXPORT "${CMAKE_PROJECT_NAME}Libraries"