here is the error massage that appears when I try to do the modularity : please help me

已完成

0

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....

0

请先登录再写评论。