f407ve_hs_uart/components/platform/CMakeLists.txt
Attila Body b1c676c394
Convert the project to CMake
revamp f4ll
move f4ll upstream to codeberg
2025-06-09 11:36:33 +02:00

13 lines
267 B
CMake

cmake_minimum_required(VERSION 3.22)
add_library(platform INTERFACE)
# Enable CMake support for ASM and C languages
enable_language(C CXX ASM)
target_include_directories(platform INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(platform INTERFACE)