6 lines
173 B
CMake
Raw Normal View History

2022-05-11 10:32:56 +08:00
# This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(psram_test)