Tools completly moved outside of niotso now

This commit is contained in:
Jip 2024-05-13 21:37:34 +02:00
parent 01d8cb2539
commit e6eb0fedaa
52 changed files with 45 additions and 3039 deletions

View file

@ -0,0 +1,8 @@
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)