cmake: add cmake support (#92)
authorPhil Burk <philburk@mobileer.com>
Sun, 31 Oct 2021 23:13:08 +0000 (16:13 -0700)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 23:13:08 +0000 (16:13 -0700)
commit438da2d98c134b9adb5d13459710d661035b861e
tree9c5706726bfb53b29d914e931d5cedcec929c687
parentfad6b12e3aa8d52d9ee1f32ab7d2f198f8362173
cmake: add cmake support (#92)

Support builds on Linux and MacOS.
Needs testing on Windows.
See CMakeLists.txt for instructions.

Builds:
* fth/pforth
* fth/pforth.dic
* fth/pforth_standalone

Based on a contribution from Robin Rowe.

    cmake .
    make
.gitignore
CMakeLists.txt [new file with mode: 0644]
csrc/CMakeLists.txt [new file with mode: 0644]
csrc/sources.cmake [new file with mode: 0644]
fth/mkdicdat.fth [new file with mode: 0644]