mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-25 12:19:07 +00:00
8 lines
No EOL
246 B
CMake
8 lines
No EOL
246 B
CMake
cmake_minimum_required(VERSION 2.6...3.29)
|
|
project(xa-decode)
|
|
|
|
include_directories(${format_SOURCE_DIR})
|
|
add_executable(xa-decode xadecode.c)
|
|
target_link_libraries(xa-decode format)
|
|
|
|
set_target_properties(xa-decode PROPERTIES FOLDER tools/format) |