project_files/hwc/rtl/CMakeLists.txt
author alfadur
Fri, 02 Nov 2018 23:33:22 +0300
changeset 14104 7845beb87cb5
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
add an existing template to the theme editor


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})