[Cmake] hi again

Brad King brad . king at kitware . com
Tue, 19 Aug 2003 11:19:07 -0400 (EDT)


> You may want to try this:
>
> AUX_SOURCE_DIRECTORY(../src LEVELSET_SOURCE_LIST)
> MESSAGE("${AUX_SOURCE_DIRECTORY}")
>
> Then run cmake, my guess is that you have no source files.

I think Bill meant this:

AUX_SOURCE_DIRECTORY(../src LEVELSET_SOURCE_LIST)
MESSAGE("Found sources: ${LEVELSET_SOURCE_LIST}")

-Brad