SimaticResearchActivity / FBAE

Framework for Broadcast Algorithms Evaluation
GNU Affero General Public License v3.0
0 stars 1 forks source link

Improve FBAE compilation times #58

Closed simatic closed 7 months ago

simatic commented 7 months ago

FBAE compiles all src/*.cpp files (except main.cpp) twice:

  1. Once to generate fbae executable.
  2. A second time to generate unitary tests executable.

Change CMakeLists.txt so that all src/*.cpp files (except main.cpp) are compiled to generate a library, which libray is linked to produce fbae and unitary tests executables.