perfaware/part_1/meson.build
Ed_ 5b230d5653 initial implmeentation...
the direction bit is throwing me off vs the order I'm seeing from nasm's syntax.
2023-03-03 06:43:41 -05:00

6 lines
218 B
Meson

project( 'sim_8086', 'c', 'cpp', default_options : ['buildtype=debug'] )
include_thirdparty = include_directories( '../thirdparty' )
executable( 'sim_8086', 'sim_8086.cpp', include_directories : include_thirdparty )