add_executable(
	NostalgiaSoundTest
		tests.cpp
)

target_link_libraries(
	NostalgiaSoundTest
		NostalgiaSound
)

