project_files/hwc/rtl/CMakeLists.txt
author alfadur
Mon, 16 Jul 2018 22:59:58 +0300
changeset 13527 282e5e54386f
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Something down in the food chain already uses bitflags, so might as well switch to them


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})