project_files/hwc/rtl/CMakeLists.txt
author sheepluva
Sun, 23 Apr 2017 14:38:33 +0200
changeset 12311 1b5a4807f8f4
parent 11659 71bdf987e41f
child 15376 5c0479d0ed5b
permissions -rw-r--r--
fix fort mode's edge adjustments getting lost with weWrap. issue #181


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})