#---------------------------------------------
# Macro declared in "DeclareMRPTLib.cmake":
#---------------------------------------------
define_mrpt_lib(
	# Lib name
	topography
	# Dependencies
	mrpt-base
	mrpt-obs
	mrpt-opengl
	mrpt-scanmatching
	)

IF(BUILD_mrpt-topography) 

ENDIF(BUILD_mrpt-topography) 

