project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Tue, 11 Apr 2017 07:00:22 +0200
changeset 12237 6bf9229c5c1f
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Add a few more maps to the WxW Shoppa map list


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})