/pc-emu-cpp

A WIP 80386 simulator.

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

License

CMake example

Example project which demonstrates various CMake features.

How to build this demo

cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX:PATH=/tmp/foo
cd build
cmake --build .
ctest
cmake --build . --target install