diff options
| author | graham sanderson <[email protected]> | 2021-06-10 10:11:20 -0500 |
|---|---|---|
| committer | graham sanderson <[email protected]> | 2021-06-10 10:11:20 -0500 |
| commit | fd7b18a4f6417c214b2b8880b3a640c39f587019 (patch) | |
| tree | fadca701c5a96447ddd4a783c40b6f7c4c270c68 /examples/device/dfu_runtime | |
| parent | b34724215bea28ef93fd80ed9c2e4ddc87874093 (diff) | |
Make examples standalone buildable via CMake
Diffstat (limited to 'examples/device/dfu_runtime')
| -rw-r--r-- | examples/device/dfu_runtime/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dfu_runtime/CMakeLists.txt b/examples/device/dfu_runtime/CMakeLists.txt index 18367a893..abc4d91da 100644 --- a/examples/device/dfu_runtime/CMakeLists.txt +++ b/examples/device/dfu_runtime/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/${FAMILY}/family.cmake) +include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake) # gets PROJECT name for the example (e.g. <BOARD>-<DIR_NAME>) family_get_project_name(PROJECT ${CMAKE_CURRENT_LIST_DIR}) |
