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