project_files/hwc/rtl/CMakeLists.txt
author nemo
Thu, 13 Dec 2018 12:12:13 -0500
branch0.9.25
changeset 14428 a32b967f1341
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
This seems to be all that was needed for bug #719


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})