Make on static library SIMU, drop SIMU_COMMON
Almost all targets used both SIMU and SIMU_COMMON. So instead of linking one in the other, this commit merges both libraries into a common SIMU lib. Further, we never load SIMU dynamically -- hence make it a static library. Also, this commit cleans up CMakeLists.txt to prevent multiple compilations of taus.c
Showing
This diff is collapsed.
Please register or sign in to comment