Fix includes in source/simulation2

Make include-what-you-use happy with some files in source/simulatation2
and fix what needs to be fixed.

source/simulation2/system/ComponentTest.h uses cxxtest, so add cxxtest
to the deps for simulation2 target.

Ref: #8086
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2025-08-08 07:01:34 +02:00
parent 2bad15b4c2
commit cc7a165365
63 changed files with 335 additions and 146 deletions
+1
View File
@@ -810,6 +810,7 @@ function setup_all_libs ()
"fmt",
"libxml2",
"iconv",
"cxxtest",
}
setup_static_lib_project("simulation2", source_dirs, extern_libs, {})