Main function in a static library

37 views Asked by At

Is it possible that the main function was in a static library? For example, I don't want to include headers that are used in the main function in another project. If yes, then how can I describe it in CMake so that the project can be built, and if not, what are the options?

Thank you in advance.

0

There are 0 answers