> TARGET_LINK_LIBRARIES(hybridnccsurfacecoloring bundler imagelib matrix > mathlib > 5point libsba libepnp > sfm libDescriptors f2c minpack lapack ann) > if(WIN32) > TARGET_LINK_LIBRARIES(hybridnccsurfacecoloring getopt jpeg) > endif(WIN32) > >
I do not think you can have multiple TARGET_LINK_LIBRARIES for the same target. I could be wrong but I never do it that way. I generate what is added inside a variable. John _______________________________________________ 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
