/msx_hello_world_c

cmakefile for cross compiling MSX software with macOS

Primary LanguageCMake

msx_hello_world_c

Project template for cross compiling MSX software on macOS.

build

cmake -B build -DCMAKE_TOOLCHAIN_FILE=msx-toolchain.cmake .
cmake --build build