cmake_minimum_required(VERSION 2.4)
project(USDC)

add_executable(usdc
	blocks.cpp
	compile.cpp
	main.cpp
	scanner.cpp
)
