Electrostat-Lab/Electrostatic-Sandbox

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

pavly-gerges opened this issue · 1 comments

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).

This issue has been solved.