# census

# Files to compile
SET ( FILES
  dim2census
  dim2edgepairing
  ncensus
  nfacepairing
  ngluingpermsearcher
  pycensus
  )

# Prepend folder name
FOREACH ( SOURCE_FILE ${FILES} )
  SET ( SOURCES ${SOURCES} census/${SOURCE_FILE})
ENDFOREACH(SOURCE_FILE)
SET(SOURCES ${SOURCES} PARENT_SCOPE)
