Example:

add_library(lib1 SHARED IMPORTED)
add_library(lib2 SHARED IMPORTED)
...
add_executable(program sources)
target_link_libraries(program lib1 lib2 ...)


I want to make the libraries has been copied to program output path. Does
exist an easy way to realize it?

-- 
Valentin Sarychev
Software Developer | IT Global llc | http://www.itglobal.ru
--

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