project_files/hwc/rtl/CMakeLists.txt
author koda
Thu, 21 Apr 2016 11:55:36 -0400
changeset 11659 71bdf987e41f
parent 9254 d5f513019851
child 15361 5c0479d0ed5b
permissions -rw-r--r--
Fully support emscripten toolchain in our build system


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})