project_files/hwc/rtl/CMakeLists.txt
author sheepluva
Sat, 23 Apr 2016 12:08:23 +0200
changeset 11675 8efe91eae41e
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
merge commit by Wuzzy that allows various drop down lists to display more items at a time, if possible


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})