file(GLOB sources
	*.c *.h
	backend/c-mpc/*.c backend/c-mpc/*.h)

add_executable(xpcg ${sources})

target_link_libraries(xpcg FX::Runtime FX::Collections FX::Cmdline FX::Io)
