project_files/hwc/rtl/CMakeLists.txt
author unC0Rr
Tue, 17 Dec 2024 15:44:21 +0100
branchtransitional_engine
changeset 16049 db18f1a30b0c
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
Implement passing of available ammo to rust AI


file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})