camitk_extension(ACTION_EXTENSION
                 NEEDS_LIBXML2
                 NEEDS_XSD
                 NEEDS_TOOL pml mml monitoring lml 
                 NEEDS_COMPONENT_EXTENSION physicalmodel mml vtkmesh physicalmodel
)

if(ACTION_MML)
	#FIXME this is just to avoid link error for MSVC:
	# msvc2008 (v9) cannot link mml.dll (the component) with the mml.lib (the tool)
	# it complains it can not link with mml with itself, without considering it 
	# can be two different libs
	if(WIN32)
		set_target_properties(action-mml PROPERTIES OUTPUT_NAME action-mml)
	endif()
endif()	