project_files/hwc/rtl/CMakeLists.txt
author unc0rr
Mon, 10 Apr 2023 20:53:42 +0200
changeset 15980 77f1973611ec
parent 15376 5c0479d0ed5b
permissions -rw-r--r--
Refactor const names in uScript, no logic change


file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})