project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy@disroot.org>
Fri, 12 May 2023 23:15:01 +0200
changeset 15952 28b692ef6f15
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
Fix CMake warning for position of cmake version


file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})