I am trying to implement fthe fineftp-server library into an cmake-project. I compiled fineftp-server and got my fineftp-serverd.lib-file. I tried to includ it with
link_directories(${3RDPARTY_DIR}/fineftp-server)
target_link_libraries(myproject_object_lib PUBLIC fineftp)
I get no error, but when I try to use or include the classes of the lib, they are not found. I am new to this, perhaps someone can give me a hint.