mirror of
https://github.com/Ed94/perfaware.git
synced 2026-08-14 11:28:08 +00:00
initial implmeentation...
the direction bit is throwing me off vs the order I'm seeing from nasm's syntax.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
project( 'sim_8086', 'c', 'cpp' )
|
||||
project( 'sim_8086', 'c', 'cpp', default_options : ['buildtype=debug'] )
|
||||
|
||||
include_thirdparty = include_directories( '../thirdparty' )
|
||||
|
||||
executable( 'sim_8086', 'sim_8086.c', include_directories : include_thirdparty )
|
||||
executable( 'sim_8086', 'sim_8086.cpp', include_directories : include_thirdparty )
|
||||
|
||||
Reference in New Issue
Block a user