#===============================================================================
# Brief   : MIH-User SAP Application Sample Project Build
# Authors : Carlos Guimaraes <cguimaraes@av.it.pt>
#           Bruno Santos     <bsantos@av.it.pt>
#-------------------------------------------------------------------------------
# ODTONE - Open Dot Twenty One
#
# Copyright (C) 2009-2012 Universidade Aveiro
# Copyright (C) 2009-2012 Instituto de Telecomunicações - Pólo Aveiro
#
# This software is distributed under a license. The full license
# agreement can be found in the file LICENSE in this distribution.
# This software may not be copied, modified, sold or distributed
# other than expressed in the named license agreement.
#
# This software is distributed without any warranty.
#===============================================================================


install install
	: ue_lte_user
	  ue_lte_user.conf
	: <location>../../dist
	;

project ue_lte_user
	;

exe ue_lte_user
	: ue_lte_user.cpp
	  ../../lib/odtone//odtone
	  /boost//program_options
	;

