On 7/30/07, Sergei Riaguzov <[EMAIL PROTECTED]> wrote:
> Can I
> change my 'all' target in NMakefile in such way that it depends on
> 'pack_jars' from CMakeLists.txt?

Sure.  Just add ALL, as per the cmake.html docs.

ADD_CUSTOM_TARGET: Add a target with no output so it will always be built.

  ADD_CUSTOM_TARGET(Name [ALL] [command1 [args1...]]
                    [COMMAND command2 [args2...] ...]
                    [DEPENDS depend depend depend ... ]
                    [WORKING_DIRECTORY dir]
                    [COMMENT comment] [VERBATIM])

Cheers,
Brandon Van Every
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to