mirror of
https://github.com/G42makes/mp-s7.git
synced 2025-04-04 06:29:43 +00:00
create the generated header storage directory
This commit is contained in:
parent
335cfa4fc0
commit
a56de97b5e
@ -1,6 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(MicroPython VERSION 0.0.1 LANGUAGES C CXX)
|
||||
|
||||
#Create a location to store the generated header files
|
||||
#Ref: https://stackoverflow.com/a/3702233
|
||||
file(MAKE_DIRECTORY ${PROJECT_BINARY_DIR}/genhdr)
|
||||
|
||||
#Retro68 Console library - modififed
|
||||
add_library(RetroConsole
|
||||
retro/Console.cc
|
||||
|
Loading…
x
Reference in New Issue
Block a user