project_files/hwc/rtl/CMakeLists.txt
author unC0Rr
Thu, 22 Oct 2020 12:33:35 +0200
changeset 15752 f09db263bc2a
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
Mark global variables in implementation section static


file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})