project_files/hwc/rtl/CMakeLists.txt
author Marcin Mielniczuk <marmistrz.dev@zoho.eu>
Fri, 06 Jul 2018 17:16:01 +0200
changeset 13446 dd2e51f7303d
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
Add an extra test for Rnd's distribution


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})