Skip to content

Commit

Permalink
Add cmake install for FMUs
Browse files Browse the repository at this point in the history
  • Loading branch information
klausschuch authored and t-sommer committed Dec 14, 2021
1 parent f183012 commit 8ddd882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ add_custom_command(TARGET ${TARGET_NAME} POST_BUILD
WORKING_DIRECTORY ${FMU_BUILD_DIR}
)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dist/${MODEL_NAME}.fmu DESTINATION .)

endforeach(MODEL_NAME)


Expand Down

0 comments on commit 8ddd882

Please sign in to comment.