project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 21 Sep 2017 03:07:29 +0200
changeset 12464 39d780f9bf35
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
Show “Empty!” when collecting ammo crate with amNothing or 0 ammo


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})