
ADD_EXECUTABLE( afcm_exec
  afcm_exec.cxx 
  cmd_opt_proc.cxx    cmd_opt_proc.h
)

TARGET_LINK_LIBRARIES(afcm_exec afcm)
