Skip to content

Commit

Permalink
fix and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Jun 30, 2023
1 parent 2d7f8b0 commit 0c90697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(publicHeaders

"ecos/structure/simulation_structure.hpp"

"ssp/ssp_parser.hpp"
"ssp/ssp_loader.hpp"

)

Expand Down Expand Up @@ -63,7 +63,6 @@ set(privateHeaders

set(sources

"ecos/logger.cpp"
"ecos/model_resolver.cpp"
"ecos/simulation.cpp"
"ecos/simulation_runner.cpp"
Expand All @@ -89,6 +88,8 @@ set(sources
"ecos/listeners/csv_writer.cpp"
"ecos/listeners/simulation_listener.cpp"

"ecos/logger/logger.cpp"

"ecos/ssp/ssp.cpp"
"ecos/ssp/ssp_loader.cpp"

Expand Down
File renamed without changes.

0 comments on commit 0c90697

Please sign in to comment.