project_files/hwc/rtl/CMakeLists.txt
author nemo
Thu, 02 Aug 2018 20:27:20 -0400
changeset 13610 422d6062620a
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
hijack the duck for an attempted resurrection of the creeper. initial pass.


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})