How can I connect external files to the library so that linking works? Becaus I get errors
*.obj : error LNK2019: unresolved external symbol "public: class ...
In CMakeLists i have target_include_directories(${PROJECT_NAME} PRIVATE "name of folder") But is not work
There are about 18 such directories for building the library.