cmake_minimum_required(VERSION 2.6...3.29) project(iff-export) add_executable(iffexport iffexport.c) target_link_libraries(iffexport iff)