Re: [CMake] Checking SoVersion of Shared Library

2011-05-12 Thread Micha Renner
Am Donnerstag, den 12.05.2011, 11:15 +0300 schrieb tiantik: > Hi CMake's members, > > My project has two parts: shared library and executable. The soversion > of shared library is libxxx.so.1.2.3. Now, the cmakelist.txt of > executable will check this soversion of shared library as . How do I > do

[CMake] Checking SoVersion of Shared Library

2011-05-12 Thread tiantik
Hi CMake's members, My project has two parts: shared library and executable. The soversion of shared library is libxxx.so.1.2.3. Now, the cmakelist.txt of executable will check this soversion of shared library as . How do I do this checking? Thanks. ___