Re: [CMake] creating an sdk wrapper and hiding implementation

2012-07-25 Thread Alexander Neundorf
On Wednesday 18 July 2012, Michael Toy wrote: we have a number of internally developed libraries which we use together. i am creating an sdk which wraps all the internal libraries, and presents a single api to customers. i have built a small test by hand, and it works like this % cc -c

[CMake] creating an sdk wrapper and hiding implementation

2012-07-17 Thread Michael Toy
we have a number of internally developed libraries which we use together. i am creating an sdk which wraps all the internal libraries, and presents a single api to customers. i have built a small test by hand, and it works like this % cc -c sdk_api.c % ln -r sdk_api.o libinternal1.a