diff --git a/NFC_EEPROM/CMakeLists.txt b/NFC_EEPROM/CMakeLists.txt index 2b291fc..2d172fa 100644 --- a/NFC_EEPROM/CMakeLists.txt +++ b/NFC_EEPROM/CMakeLists.txt @@ -15,8 +15,6 @@ add_executable(${APP_TARGET}) mbed_configure_app_target(${APP_TARGET}) -mbed_set_mbed_target_linker_script(${APP_TARGET}) - project(${APP_TARGET}) include(${MBED_CONFIG_PATH}/mbed_config.cmake) diff --git a/NFC_SmartPoster/CMakeLists.txt b/NFC_SmartPoster/CMakeLists.txt index 4aef3d2..7482cca 100644 --- a/NFC_SmartPoster/CMakeLists.txt +++ b/NFC_SmartPoster/CMakeLists.txt @@ -15,8 +15,6 @@ add_executable(${APP_TARGET}) mbed_configure_app_target(${APP_TARGET}) -mbed_set_mbed_target_linker_script(${APP_TARGET}) - project(${APP_TARGET}) include(${MBED_CONFIG_PATH}/mbed_config.cmake)