
#find_package(Spectre REQUIRED)

set (SOURCE
	DisplayExample.cpp
	main.cpp
)

spectre_example(display
	main.cpp
	DisplayExample.cpp
)
