project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 27 Sep 2017 04:28:34 +0200
changeset 12554 d8af6f9b51c6
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Disable SD in ACF6 and ASA: The first stop


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})