ZephyrProtocol / zephyr

The Untraceable Stablecoin Protocol.
Other
105 stars 15 forks source link

Modified cmakelist to ensure compilation #21

Open Kevindurant111 opened 8 months ago

Kevindurant111 commented 8 months ago

Hi guys, I found an error in the cmakelist file, which caused the .so files to not compile properly: cmake -DBUILD_SHARED_LIBS=1 -DMANUAL_SUBMODULES=1 . make -j4 Then you will see the "undefined reference" compilation error. I modified cmakelist to fix this error and now it compiles fine. I hope this helps.