Electrostat-Lab / Electrostatic-Sandbox

A high-performance infrastructure framework for distributed systems simulation based on the IEEE-1516 HLA Spec. and NASA DSES.
https://electrostat-lab.github.io/Electrostatic-Sandbox/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

[Sandbox-Scripting] Merge the CMakeLists script for the native library build types #11

Closed pavly-gerges closed 3 months ago

pavly-gerges commented 3 months ago

The electrostatic-core/CMakeLists.txt script is essentially the same as the electrostatic4j/electrostatic4j-native/CMakeLists.txt but with different parameters, so it's recommended to merge them. The general approach for library scripting should be to merge all build variants together with changing parameters (build compilers and targets associating architecture).

pavly-gerges commented 3 months ago

This issue has been solved.