I am implementing CMake in my code but I\'m getting the error
\"Cannot specify link libraries for target \"Qt5::Widgets\" which is not built by the p
The first argument of target_link_libraries is the target name:
target_link_libraries
target_link_libraries(eCAD Qt5::Widgets Qt5::Core)