project_files/hwc/rtl/CMakeLists.txt
author alfadur
Fri, 28 Apr 2017 17:49:15 +0200
changeset 12381 c80c51f59a98
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Make hogs keep their hat when holding the baseball bat


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})