project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 22 Nov 2018 20:41:42 +0100
changeset 14300 20b08e59730d
parent 11659 71bdf987e41f
child 15376 5c0479d0ed5b
permissions -rw-r--r--
Add a few translator comments to some not-so-obvious strings


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})