[CMake] need two compilation to achieve success

Bill Hoffman bill.hoffman at kitware.com
Mon Jun 1 08:28:58 EDT 2009


eial at cs.bgu.ac.il wrote:
> On Mon 01 Jun 8:18 2009 Tyler Roscoe wrote:

> 
> thanks for the tip, it solved the issue.
> 
> 

I am glad that worked for you but something else is wrong...  How are 
you linking bin/libs/libAgathaUtils.so' to `bin/AgathaHud' ?  You should 
have something like:

target_link_libraries(AgathaHud AgathaUtils)

That should add the dependency for you.   Do you have that?

-Bill


More information about the CMake mailing list