project_files/hwc/rtl/CMakeLists.txt
author unc0rr
Wed, 17 Oct 2018 22:45:33 +0200
changeset 13935 75eaf7c71789
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
Introduce integral-geometry crate, implement LinePoints iterator


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})