project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 08 Jun 2020 23:37:38 +0200
changeset 15613 d9c62f196fe0
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
Teach AI to use air mines


file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})