Graph.h is not working

Answered

So i'm working on it like 2 day and i still can't do it.Can anyone explain it like explaining it to 5 years old please ? Step by step from the beginning.

1
2 comments
Avatar
Permanently deleted user

0

You need to include a related library to your project. It can be done by adding the following line in the CMakeLists.txt file after add_executable() command:

target_link_libraries (<target_name> <path_to_the_folder_where_the_library_is>)

Do you want to use WinBGIm? In this case the related library is libbgi.a.

0

Please sign in to leave a comment.