TarsCloud / TarsFramework

Tars Basic service framework
BSD 3-Clause "New" or "Revised" License
198 stars 143 forks source link

Fixed the compilation failure after adding TraceServer #105

Closed wincsb closed 2 years ago

wincsb commented 2 years ago

Fixed the compilation failure after adding TraceServer 加入了TraceServer之后无法编译通过。 CMakeLists.txt 可能需要改成需要改成MODULE 形式: "set(MODULE "tarstrace") complice_module(${MODULE})"