project_files/hwc/rtl/CMakeLists.txt
author alfadur
Mon, 19 Nov 2018 04:21:44 +0300
changeset 14234 27ae2d3d04b6
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
seems like it's either this or swap indexing order everywhere


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})