here is the error massage that appears when I try to do the modularity : please help me Follow
Completed
Please sign in to leave a comment.
Joackimcoulibaly5
Make sure player.c is added to your executable in CMakeLists.txt, something like add_executable(my_app main.c players.c).
CLion is also giving you a hint in the source file tab: This file does not belong to any project targets....