project_files/hwc/rtl/CMakeLists.txt
author sheepluva
Sat, 30 Apr 2016 00:02:33 +0200
changeset 11784 3ec3048c339c
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
koda told me that putting in one finger wasn't enough


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})