mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-24 19:59:07 +00:00
9 lines
No EOL
144 B
CMake
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}) |