find_package(PIP)
if (PIP_FOUND)
	if (TARGET PIP::FFTW)

		qad_library(graphic_analysis "Gui;Positioning" "PIP::FFTW;qad_graphic")

	endif()
endif()
