On Jan 15, 2008 4:34 AM, Tang Jacky <[EMAIL PROTECTED]> wrote: > Dear all, > > I have an open source library that does not come with cmake. > But I would like to use it as if it is a package so as to combine with my > own cmake project. > Is it easy or difficult? > What would people usually do to combine cmake with non-cmake libraries?
ADD_CUSTOM_COMMAND is typically the drill. Like, you could just run whatever its native build is and feed it any needed arguments. That's pretty easy. Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
