make error : “multiple definition of `main'”
Closed this issue · 0 comments
xiaoqi91 commented
When make the CMakeLists.txt in the working directory, there are many “multiple definition" errors. Because the main.c and the denoise.c both have a main function (and some other same functions). How did you solve this error? thanks.