Update CMake to be a bit clearer

This commit is contained in:
Jared Young 2019-11-08 14:31:56 +00:00
parent aae4d2533b
commit 4c796d437e
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(MicroPython VERSION 0.0.1 LANGUAGES C CXX)
#Retro68 Console library - modififed
add_library(RetroConsole
retro/Console.cc
retro/Console.h
@ -33,6 +34,8 @@ target_include_directories(mp_lib_utils PUBLIC
../micropython/ports/minimal/build/
./
)
#micropython/lib/mp-readline - library
add_library(mp_lib_readline
../micropython/lib/mp-readline/readline.h
../micropython/lib/mp-readline/readline.c