project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 12 Nov 2017 17:25:17 +0100
changeset 12830 ffa905c96dd8
parent 11659 71bdf987e41f
child 15361 5c0479d0ed5b
permissions -rw-r--r--
Fix grammar fail in cosmos.lua (string freeze compliant) This is string freeze compliant because the new string is already contained in stub.lua.


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})