On 7/25/07, Sergei Riaguzov <[EMAIL PROTECTED]> wrote:
Can this be solved somehow? What I want is my POST_BUILD event zipping my DLL be called in case the DLL produced by add_library exists.
You don't want a POST_BUILD event, you want 2 build rules. You want an ADD_CUSTOM_TARGET that zips up a file, and you want ADD_DEPENDENCIES on the dll it's going to zip up. Chicken has extensive examples of how to do this sort of thing, we have .tar .zip scripts. http://www.call-with-current-continuation.org/ Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
