C++ static library location and headers
C++ static library location and headers
- Subject: C++ static library location and headers
- From: David Fitterman <email@hidden>
- Date: Mon, 15 Apr 2013 10:47:07 -0400
I have created a C++ static library. I can link to it in the project where it was created.
I want to use the library in other projects. Where do I move the library and its headers so they can be linked by another project?
The headers were marked as public when the library was created.
Are the headers automatically associated with the library, or do they just need to reside in the same directory?
I have a feeling that I also need to set up some search rules to take care of this. If that is needed where are they set up: in Xcode or the user .login file?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden