[CMake] Automatic dependent files copying
Valentine S.
sarychev at itglobal.ru
Mon Apr 9 12:16:53 EDT 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120409/7329fdc9/attachment.htm>
More information about the CMake
mailing list