#---------------------------------------------
# Macro declared in "DeclareMRPTLib.cmake":
#---------------------------------------------
define_mrpt_lib(
	# Lib name
	reactivenav
	# Dependencies
	mrpt-graphs
	mrpt-maps
	# Depts of the deps:
	mrpt-obs
	mrpt-opengl
	mrpt-base
	)

IF(BUILD_mrpt-reactivenav) 

ENDIF(BUILD_mrpt-reactivenav) 

