cmake_minimum_required(VERSION 2.6 FATAL_ERROR) project(tiger D C) add_executable(${PROJECT_NAME} sboxes.c tiger.c main.d )