tigersum/CMakeLists.txt

9 lines
128 B
Text
Raw Normal View History

2014-09-19 16:19:25 +00:00
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
project(tiger D C)
add_executable(${PROJECT_NAME}
sboxes.c
tiger.c
main.d
)