mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-25 04:09:07 +00:00
9 lines
144 B
Text
9 lines
144 B
Text
|
cmake_minimum_required(VERSION 2.6)
|
||
|
project(utk)
|
||
|
|
||
|
set(UTK_SOURCES
|
||
|
read_utk.c
|
||
|
utkdecode.c
|
||
|
)
|
||
|
|
||
|
add_executable(utkdecode ${UTK_SOURCES})
|