> 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