mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-15 14:51:21 +00:00
9 lines
No EOL
140 B
CMake
9 lines
No EOL
140 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
project(utk)
|
|
|
|
set(UTK_SOURCES
|
|
read_utk.c
|
|
utkdecode.c
|
|
)
|
|
|
|
add_executable(utkdecode ${UTK_SOURCES}) |