Skip to content

Commit

Permalink
[cmake] Install PDEModelicaBuiltin.mo
Browse files Browse the repository at this point in the history
  - It was overlooked before.
  • Loading branch information
mahge committed Oct 21, 2021
1 parent 3d8acd8 commit f6f00e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OMCompiler/Compiler/CMakeLists.txt
Expand Up @@ -247,6 +247,9 @@ install(FILES FrontEnd/ModelicaBuiltin.mo
install(FILES FrontEnd/MetaModelicaBuiltin.mo
DESTINATION lib/omc
COMPONENT compiler)
install(FILES FrontEnd/PDEModelicaBuiltin.mo
DESTINATION lib/omc
COMPONENT compiler)


# This is a convenience target to install omc. We are used to issuing 'make install' to install
Expand Down

0 comments on commit f6f00e5

Please sign in to comment.