Skip to content

Commit

Permalink
#3283 Install missing headers for dependents projects.
Browse files Browse the repository at this point in the history
Signed-off-by: Gautier Bureau <gautier.bureau@gmail.com>
  • Loading branch information
gautierbureau committed Jun 19, 2024
1 parent f3a4524 commit 70b8369
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions dynawo/sources/Modeler/DataInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ set(DATA_INTERFACE_INCLUDE_HEADERS
DYNCurrentLimits.h
DYNReactiveCurvePointsInterface.h
DYNDataInterfaceImpl.h
DYNCriteria.h
)

set(DATA_INTERFACE_FACTORY_SOURCES
Expand Down
29 changes: 29 additions & 0 deletions dynawo/sources/Modeler/DataInterface/PowSyblIIDM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,35 @@ set(DATA_INTERFACE_IIDM_HEADERS
DYNActiveSeasonIIDMExtension.h
DYNCurrentLimitsPerSeasonIIDMExtension.h
DYNGeneratorActivePowerControlIIDMExtension.h
DYNGeneratorInterfaceIIDM.h
DYNDataInterfaceIIDM.h
DYNSwitchInterfaceIIDM.h
DYNShuntCompensatorInterfaceIIDM.h
DYNDanglingLineInterfaceIIDM.h
DYNStaticVarCompensatorInterfaceIIDM.h
DYNTwoWTransformerInterfaceIIDM.h
DYNThreeWTransformerInterfaceIIDM.h
DYNVscConverterInterfaceIIDM.h
DYNLccConverterInterfaceIIDM.h
DYNHvdcLineInterfaceIIDM.h
DYNLineInterfaceIIDM.h
DYNCalculatedBusInterfaceIIDM.h
DYNBatteryInterfaceIIDM.h
DYNBusInterfaceIIDM.h
DYNLoadInterfaceIIDM.h
DYNNetworkInterfaceIIDM.h
DYNServiceManagerInterfaceIIDM.h
DYNInjectorInterfaceIIDM.h
DYNIIDMExtensions.hpp
DYNIIDMExtensionsTraits.hpp
DYNVoltageLevelInterfaceIIDM.h
DYNCurrentLimitInterfaceIIDM.h
DYNFictBusInterfaceIIDM.h
DYNFictTwoWTransformerInterfaceIIDM.h
DYNFictVoltageLevelInterfaceIIDM.h
DYNPhaseTapChangerInterfaceIIDM.h
DYNRatioTapChangerInterfaceIIDM.h
DYNStepInterfaceIIDM.h
)

add_library(dynawo_DataInterfaceIIDM SHARED ${DATA_INTERFACE_IIDM_SOURCES})
Expand Down

0 comments on commit 70b8369

Please sign in to comment.