tigersum/CMakeLists.txt
Michele Santullo 4e614e3dd5 First commit
2014-09-19 17:19:25 +01:00

8 lines
128 B
CMake

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