niotso/Libraries/FileHandler/iff/CMakeLists.txt
rothn 02dff475c8 Added BHAV support to FileHandler and iff2html
Split "chunk.c" functionality into bhav.h, bhav.c, stbl.h, stbl.c
2012-04-02 20:07:46 -05:00

11 lines
No EOL
157 B
CMake

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