project_files/hwc/rtl/CMakeLists.txt
author unc0rr
Wed, 02 May 2018 23:07:41 +0200
changeset 13363 a79c1206bacd
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})