mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-15 16:21:21 +00:00
9 lines
134 B
Text
9 lines
134 B
Text
|
cmake_minimum_required(VERSION 2.6)
|
||
|
project(xa)
|
||
|
|
||
|
set(XA_SOURCES
|
||
|
read_xa.c
|
||
|
xadecode.c
|
||
|
)
|
||
|
|
||
|
add_executable(xadecode ${XA_SOURCES})
|