cmake_minimum_required(VERSION 2.6)
project(iff)
set(IFF_SOURCES
chunks.c
iff.c
)
add_executable(iffexport iffexport.c ${IFF_SOURCES})