mirror of
https://github.com/simtactics/niotso.git
synced 2025-08-15 10:58:56 -04:00
Tools completly moved outside of niotso now
This commit is contained in:
parent
01d8cb2539
commit
e6eb0fedaa
52 changed files with 45 additions and 3039 deletions
8
Tools/format/utk-decode/CMakeLists.txt
Normal file
8
Tools/format/utk-decode/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue