mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
@@ -810,6 +810,7 @@ function setup_all_libs ()
|
||||
"fmt",
|
||||
"libxml2",
|
||||
"iconv",
|
||||
"cxxtest",
|
||||
}
|
||||
setup_static_lib_project("simulation2", source_dirs, extern_libs, {})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user