niotso/Libraries/FileHandler/iff/CMakeLists.txt
Fatbag 64fddcf78e iff2html is working and can properly parse STR# chunks.
I also added my TSOSimulatorClient work to the trunk.
2012-03-13 00:12:27 -05:00

9 lines
No EOL
144 B
CMake

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