CMakeFiles/colorTracking.dir/colorTracking.cpp.o: In function `main':
colorTracking.cpp:(.text+0x590): undefined reference to `Pylon::CGrabResultPtr::CGrabResultPtr()'
colorTracking.cpp:(.text+0x594): undefined reference to `Pylon::CTlFactory::GetInstance()'
colorTracking.cpp:(.text+0x5a6): undefined reference to `Pylon::CDeviceInfo::CDeviceInfo()'
colorTracking.cpp:(.text+0x5be): undefined reference to `Pylon::CInstantCamera::CInstantCamera(Pylon::IPylonDevice*, Pylon::ECleanup)'
colorTracking.cpp:(.text+0x5e8): undefined reference to `Pylon::CInstantCamera::GetDeviceInfo() const'
colorTracking.cpp:(.text+0x5f6): undefined reference to `Pylon::CDeviceInfo::GetModelName() const'
colorTracking.cpp:(.text+0x61c): undefined reference to `GenICam_3_0_Basler_pylon_v5_0::gcstring::~gcstring()'
colorTracking.cpp:(.text+0x626): undefined reference to `Pylon::CInstantCamera::GetNodeMap()'
colorTracking.cpp:(.text+0x638): undefined reference to `Pylon::CInstantCamera::Open()'
colorTracking.cpp:(.text+0x656): undefined reference to `GenICam_3_0_Basler_pylon_v5_0::gcstring::gcstring(charconst*)'
colorTracking.cpp:(.text+0x68c): undefined reference to `GenICam_3_0_Basler_pylon_v5_0::gcstring::~gcstring()'
colorTracking.cpp:(.text+0x6aa): undefined reference to `GenICam_3_0_Basler_pylon_v5_0::gcstring::gcstring(charconst*)'
Can any one please help me getting it to work?
Thanks