project_files/hwc/rtl/CMakeLists.txt
author nemo
Wed, 05 Dec 2018 09:50:25 -0500
branch0.9.25
changeset 14368 c2a3d15df7d3
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
Add log note just in case pas2c does anything odd.


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})