add_executable(asebarec
	rec.cpp
)
target_link_libraries(asebarec asebacommon asebadashelplugins)
install(TARGETS asebarec RUNTIME
	DESTINATION bin
)

codesign(asebarec)

add_executable(asebaplay
	play.cpp
)
target_link_libraries(asebaplay asebacommon asebadashelplugins)
install(TARGETS asebaplay RUNTIME
	DESTINATION bin
)

codesign(asebaplay)
