project_files/hwc/rtl/CMakeLists.txt
author KoBeWi <kobewi4e@gmail.com>
Sat, 15 Oct 2016 13:10:16 +0200
changeset 11870 b801ff99e52c
parent 11659 71bdf987e41f
child 15376 5c0479d0ed5b
permissions -rw-r--r--
support for multiple inland rectangles [reviewed, cleaned up and committed by sheepluva]


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})