project_files/hwc/rtl/CMakeLists.txt
author nemo
Mon, 15 Oct 2018 13:08:29 -0400
changeset 13920 7173b702e8db
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
tag both as overloadable - seems to satisfy clang 3.4


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})