I am using CLion for Ubuntu. However, I am not sure how to link my external libraries or classes such as Car.c
and Car.h
? Can someone explain me the proper way to do so? Should the files be both in project and cmake-build-debud
folder? Should I define the external libraries in someway?
Thanks.