project_files/hwc/rtl/CMakeLists.txt
author alfadur
Fri, 26 Oct 2018 23:04:46 +0300
changeset 13998 ae11b53987db
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
complete ja.txt


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})