project_files/hwc/rtl/CMakeLists.txt
author koda
Wed, 27 Apr 2016 01:03:15 -0400
changeset 11740 bb704a0f564d
parent 11659 71bdf987e41f
child 15376 5c0479d0ed5b
permissions -rw-r--r--
Drop duplicated include from CMakeLists.txt


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})