project_files/hwc/rtl/CMakeLists.txt
author unC0Rr
Wed, 15 May 2024 10:05:13 +0200
changeset 16013 2e529b1a9d5b
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
Wonder if anyone is trying to build this game anymore


file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})