project_files/hwc/rtl/CMakeLists.txt
author nemo
Mon, 12 Mar 2018 19:15:45 -0400
branchqt5transition
changeset 13175 9f6f2e51d2ef
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
these changed, presumably in SDL2 - might want to review all the others


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})