create the generated header storage directory

This commit is contained in:
Jared Young 2019-11-13 00:43:17 +00:00
parent 335cfa4fc0
commit a56de97b5e
1 changed files with 4 additions and 0 deletions

View File

@ -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