project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sat, 23 Sep 2017 09:12:35 +0200
changeset 12506 92c597704e57
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Use completely random hats when clicking on "Random hats" button in team editor - Previously this button used the hat sets from types.txt


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})