mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-25 20:29:06 +00:00
8 lines
251 B
Text
8 lines
251 B
Text
|
cmake_minimum_required(VERSION 2.6...3.29)
|
||
|
project(utk-decode)
|
||
|
|
||
|
include_directories(${format_SOURCE_DIR})
|
||
|
add_executable(utk-decode utkdecode.c)
|
||
|
target_link_libraries(utk-decode format)
|
||
|
|
||
|
set_target_properties(utk-decode PROPERTIES FOLDER tools/format)
|