mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-08 15:40:33 -04:00
Added rtti-reader and made various cleanups, switching to Shutdown_M for error handling
This commit is contained in:
parent
5444c9aea6
commit
6dddbd2efa
25 changed files with 771 additions and 194 deletions
8
Tools/rtti-reader/CMakeLists.txt
Normal file
8
Tools/rtti-reader/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
project(rtti-reader)
|
||||
|
||||
set(RTTIREADER_SOURCES
|
||||
rtti-reader.cpp
|
||||
)
|
||||
|
||||
add_executable(rtti-reader ${RTTIREADER_SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue