project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 07 Mar 2018 23:06:19 +0100
changeset 13097 03d065fc60dc
parent 11659 71bdf987e41f
child 15376 5c0479d0ed5b
permissions -rw-r--r--
ACF6: Fix cyborgs sometimes idling forever in their turns (fixes bug #521)


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})