project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Oct 2020 00:46:19 +0200
changeset 15746 ff18f99f3f5d
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
Fix laser sight wrapping sometimes wrapping too often


file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})