mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-24 19:59:07 +00:00
10 lines
148 B
Text
10 lines
148 B
Text
|
cmake_minimum_required(VERSION 2.6)
|
||
|
project(iff)
|
||
|
|
||
|
set(IFF_SOURCES
|
||
|
chunks.c
|
||
|
iff.c
|
||
|
iffexport.c
|
||
|
)
|
||
|
|
||
|
add_executable(iffexport ${IFF_SOURCES})
|