Hi,

For a certain library, I changed my CMake file to using the following

install (
            TARGETS ${target}
            RUNTIME DESTINATION bin
            LIBRARY DESTINATION lib
            ARCHIVE DESTINATION lib
            COMPONENT c_api)


It works fine "installing", but when running CPack, the dll is not packed, but the import lib is.

Any hints on how to get that working? CPack 'worked' when using install( 
FILES....)


-totte

--

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

Reply via email to