esp-idf/tools/test_apps/system/memprot/CMakeLists.txt

10 lines
234 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.5)
if(IDF_TARGET STREQUAL "esp32s2")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(test_memprot)
target_link_libraries(${project_elf} "-Wl,--wrap=esp_panic_handler")
endif()