mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-21 06:44:57 -04:00
Added Propeng's tsoscan, and removed old files from libpng and zlib
This commit is contained in:
parent
1f7061d98a
commit
67fa76c747
10 changed files with 985 additions and 1 deletions
13
Tools/tsoscan/CMakeLists.txt
Normal file
13
Tools/tsoscan/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
project(tsoscan)
|
||||
|
||||
set(TSOSCAN_SOURCES
|
||||
tsoscan.c
|
||||
cmd.c
|
||||
stats.c
|
||||
)
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR}/Libraries/FileHandler)
|
||||
|
||||
add_executable(tsoscan ${TSOSCAN_SOURCES})
|
||||
target_link_libraries(tsoscan iff_static)
|
Loading…
Add table
Add a link
Reference in a new issue