Skip to content
Snippets Groups Projects

feat: Huber Chiller support

Compare and
5 files
+ 279
1
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -2,6 +2,7 @@ add_library(Chiller SHARED)
target_sources(Chiller
PRIVATE
IChiller.cpp
HuberChiller.cpp
PolySciLM.cpp
)
target_link_libraries(Chiller PRIVATE Com Utils)
Loading