Skip to content

Commit

Permalink
Include counter FMU in distribution.
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Rule (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Dec 13, 2024
1 parent d05aa52 commit 12faa92
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dse/examples/fmu/counter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,19 @@ install(CODE "
WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${FMU_FMI3_PATH}
)"
)
install(
FILES
${CMAKE_INSTALL_PREFIX}/${FMU_FMI2_PATH}/${MODULE_LC}.zip
DESTINATION
${FMU_FMI2_PATH}
RENAME
${MODULE_LC}.fmu
)
install(
FILES
${CMAKE_INSTALL_PREFIX}/${FMU_FMI3_PATH}/${MODULE_LC}.zip
DESTINATION
${FMU_FMI3_PATH}
RENAME
${MODULE_LC}.fmu
)

0 comments on commit 12faa92

Please sign in to comment.