project_files/hwc/rtl/CMakeLists.txt
author alfadur
Sun, 25 Aug 2019 23:42:07 +0300
changeset 15358 35c331f9308e
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
fix world test


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})