[CMake] add additional lib

Yixun Liu yxliuwm at gmail.com
Thu Jul 12 17:37:07 EDT 2012


I use VTK5.8 enabling Qt.
The missing lib is QVTK.

Thanks.

On Thu, Jul 12, 2012 at 3:51 PM, Bill Lorensen <bill.lorensen at gmail.com>wrote:

> Which lib is missing. There should be no VTK-related libs missing. What
> version of VTK are you using?
>
>  On Thu, Jul 12, 2012 at 12:30 PM, Yixun Liu <yxliuwm at gmail.com> wrote:
>
>>  Hi,
>> I am using
>> # Find VTK
>> FIND_PACKAGE(VTK REQUIRED)
>> IF(VTK_FOUND)
>>   INCLUDE(${VTK_USE_FILE})
>> ENDIF(VTK_FOUND)
>>
>> VTK_LIBRARIES does not include one lib.
>>
>> TARGET_LINK_LIBRARIES(ProjecctName  ${VTK_LIBRARIES}
>>
>> How to add this lib into the variable VTK_LIBRARIES  or
>> TARGET_LINK_LIBRARIES?
>>
>> Thank you.
>>
>> Yixun
>>
>> --
>>
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the CMake FAQ at:
>> http://www.cmake.org/Wiki/CMake_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.cmake.org/mailman/listinfo/cmake
>>
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120712/f5698f6b/attachment.htm>


More information about the CMake mailing list