project_files/hwc/rtl/CMakeLists.txt
author koda
Tue, 03 May 2016 00:51:33 -0400
changeset 11794 64bbe89e59d6
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
Compile uMatrix to c too when GL2 is requested


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})