project_files/hwc/rtl/CMakeLists.txt
author alfadur
Mon, 26 Aug 2019 18:40:17 +0300
changeset 15362 135c29237a56
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
implement moving between blocks


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})