project_files/hwc/rtl/CMakeLists.txt
author nemo
Tue, 06 Mar 2018 15:21:36 -0500
changeset 13090 26173dd0c606
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
the clipping was just due to remote abuse anyway - this addresses a couple of the concerns from the bug


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})