mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-23 11:22:20 +00:00
5 lines
138 B
Text
5 lines
138 B
Text
|
cmake_minimum_required(VERSION 2.6...3.29)
|
||
|
project(iff-export)
|
||
|
|
||
|
add_executable(iffexport iffexport.c)
|
||
|
target_link_libraries(iffexport iff)
|