I was asked today for the CMake modules for finding ZeroC ICE I had talked about in January. Here they are:
- FindZeroCIce.cmake
- FindZeroCIceBox.cmake
- FindZeroCIceCore.cmake
- FindZeroCIceExecutables.cmake
- FindZeroCIceGrid.cmake
- FindZeroCIcePatch2
- FindZeroCIceSSL.cmake
- FindZeroCIceStorm.cmake
- FindZeroCIceXML.cmake
- FindZeroCIceUtil.cmake
You should use FindZeroCIce.cmake to find everything, or the specific module for each library.
Thank you, sir for the CMake efforts! I am starting to fold ZeroC Ice into a Qt Creator CMake system, and this is just along the lines what I need to locate packages and such. I am a Qt Creator and CMake newbie, so I take it, this means finding includes and linkable modules? We are mainly working on Ubuntu Linux 10.04 LTS (for now), does this matter at all? Thank you…