Skip to content

Commit

Permalink
ExtLoads: update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Dec 5, 2023
1 parent a6a97a3 commit 52205d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/externalinflow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ target_link_libraries(extinflowlib openfast_prelib)
target_include_directories(extinflowlib PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
)
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"
Expand Down

0 comments on commit 52205d7

Please sign in to comment.