We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I had a linker error today and this is how I fixed it.
The minimum required cmake supports the updated way of building
Updated Working with CMake (markdown)
Rephrasing
remove main from target_link_libraries, since we dont want to link a library called main with my_project
Typo
Require minimal version, see #1123
typo :)
Created Working with CMake (markdown)