project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 14 Jan 2019 04:30:31 +0100
changeset 14595 6e5cda26f676
parent 11659 71bdf987e41f
child 15376 5c0479d0ed5b
permissions -rw-r--r--
Tweak bounce effects of some gears This adds bounce effects for gtSMine, gtMine and gtCluster


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})