mirror of
https://github.com/Ed94/perfaware.git
synced 2026-08-14 11:28:08 +00:00
Configured the project to begin working on part one.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
project( 'sim_8086', 'c', 'cpp' )
|
||||
|
||||
include_thirdparty = include_directories( '../thirdparty' )
|
||||
|
||||
executable( 'sim_8086', 'sim_8086.c', include_directories : include_thirdparty )
|
||||
Reference in New Issue
Block a user