Did you see "Using CoreFoundation Framework" and "Using Security Framework" when you ran cmake?
Is that your only issue?
Because it seems a little odd that it would compile without any warnings at all (like missing headers), only to fail at link time.
In my post there I had downloaded a GitHub repo and was trying to build it to use the header files in my project (a seperate project).
The cmake file that is used in my other post, that would be specific to the GitHub project I downloaded, right?
I'm all about telling Netbeans I have a custom makefile and pointing it to the GitHub one if that will resolve this cluster of a mess I'm in. How would I do that?