[CMake] Newbie Question: How to combine existing cmake project
with other non-cmake project?
Brandon Van Every
bvanevery at gmail.com
Tue Jan 15 13:40:10 EST 2008
On Jan 15, 2008 4:34 AM, Tang Jacky <jackytck at gmail.com> 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
More information about the CMake
mailing list