i am setting up a work environment for a school project on my windows computer. We are going to make a basic game using c++ and CLion. To make a game i need to use the SFML
I believe you are missing the link_directories() call. You can use it like this:
link_directories()
link_directories("C:/Path_To_Library")
This should help solve your issue.