project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 29 Oct 2017 16:57:04 +0100
changeset 12802 981036f1bdef
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
ACF3: Mention mines time in a sequence where it has been forgotten String freeze is maintained, the string is already in stub.lua


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})