Skip to content

Commit

Permalink
FMI2 Cpp: add FMU2 to installation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25261 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
rfranke committed Mar 25, 2015
1 parent 1c2faeb commit 74781e3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions SimulationRuntime/cpp/CMakeLists.txt
Expand Up @@ -559,5 +559,12 @@ install (FILES "${PROJECT_BINARY_DIR}/LibrariesConfig.h" DESTINATION include/omc
Include/FMU/IFMUInterface.h
Include/FMU/FMULibInterface.cpp
Include/FMU/FMUWrapper.cpp
Include/FMU/FMUWrapper.h)
INSTALL_HEADERS_WITH_DIRECTORY(HS)
Include/FMU/FMUWrapper.h
Include/FMU2/fmi2Functions.h
Include/FMU2/fmi2FunctionTypes.h
Include/FMU2/fmi2TypesPlatform.h
Include/FMU2/FMU2GlobalSettings.h
Include/FMU2/FMU2Interface.cpp
Include/FMU2/FMU2Wrapper.cpp
Include/FMU2/FMU2Wrapper.h)
INSTALL_HEADERS_WITH_DIRECTORY(HS)

0 comments on commit 74781e3

Please sign in to comment.