From 7f89aea2016ebde61b02914abc7984df50537f29 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 25 Jan 2017 22:02:09 +0100 Subject: o Improving the mcu-stm32 cmake library a bit. Starting on a USB example. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bb47da..fbc73aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,4 +59,5 @@ target_include_directories(playground PUBLIC ) target_compile_definitions(playground PUBLIC ${STM32F10X_STDPERIPH_DEFINES}) +add_subdirectory(cmake/mcu-stm32) add_subdirectory(apps) -- cgit v1.2.3