project_files/hwc/rtl/CMakeLists.txt
author sheepluva
Sat, 30 Sep 2017 21:54:47 +0200
changeset 12621 d972b31f8881
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
fix some fpc hints


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})