simh-testsetgenerator/vcpkg.json
B. Scott Michel 8b14bb69be
CMake build infrastructure II (#53)
* CMake build infrastructure

The squashed commit that builds and packages releases for the SIMH
simulator suite with CMake, version 3.14 or newer.

See README-CMake.md for documentation.
2023-05-17 20:18:42 -04:00

14 lines
No EOL
283 B
JSON

{
"name": "simh",
"version-string": "4.0.0",
"description": [
"SIMH: The historical computer architecture simulation suite."
],
"dependencies": [
"pthreads",
"pcre",
"libpng",
"sdl2",
"sdl2-ttf"
]
}