[CMake] Assembly code
Nathan A. Smith
nasa01 at comcast.net
Sun Sep 17 10:04:22 EDT 2006
On Sun, 2006-09-17 at 04:34 -0700, Brandon J. Van Every wrote:
> Brandon J. Van Every wrote:
> >
> > My CMakeLists.txt for the Chicken Scheme project has lots of
> > examples of ADD_CUSTOM_COMMAND to drive a language (Scheme) that is
> > not C/C++. That might be useful to you. A development snapshot is
> > available at
> > http://www.call-with-current-continuation.org/index.html If it
> > doesn't build for you - and I suspect that likely, as we've fixed a
> > number of bugs since that snapshot - e-mail me if you want a more
> > current distribution.
>
> A new snapshot was recently released, incorporating the bugfixes. It
> should build just fine.
> http://www.call-with-current-continuation.org/chicken-2.432.tar.gz
>
>
Thanks a lot for the example,
It really cleared up most things. I just have one question though.
do all ADD_CUSTOM commands get run in-source? The reason I ask,
CMAKE_CURRENT_BINARY_DIR == CMAKE_CURRENT_SOURCE_DIR which isn't what I
want....
nasa
> Cheers,
> Brandon Van Every
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list