project_files/hwc/rtl/CMakeLists.txt
author unc0rr
Fri, 05 Oct 2018 21:04:01 +0200
changeset 13862 bc90a932a4b3
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Fix pas2c not having support for High(LongInt) in init expressions


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})