mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-18 03:56:42 -04:00
iff2html working
This commit is contained in:
parent
deaf3327e0
commit
4cd716e94d
89 changed files with 7711 additions and 3 deletions
18
library/tools/hitutils/CMakeLists.txt
Normal file
18
library/tools/hitutils/CMakeLists.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
project(hitutils)
|
||||
|
||||
set(HITDUMP_SOURCES
|
||||
hitdump.c
|
||||
)
|
||||
|
||||
set(HITASM_SOURCES
|
||||
hitasm.c
|
||||
)
|
||||
|
||||
set(HITLD_SOURCES
|
||||
hitld.c
|
||||
)
|
||||
|
||||
add_executable(hitdump ${HITDUMP_SOURCES})
|
||||
add_executable(hitasm ${HITASM_SOURCES})
|
||||
add_executable(hitld ${HITLD_SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue