project_files/hwc/rtl/CMakeLists.txt
author LocutusOfBorg
Thu, 12 Jan 2017 11:40:28 -0500
changeset 12122 262d24da6fb8
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
aaand italian


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})