project_files/hwc/rtl/CMakeLists.txt
author koda
Sun, 11 Nov 2012 17:15:19 +0100
branchwebgl
changeset 8026 4a4f21070479
parent 8004 da4c6db6ea6b
child 8029 7ba43d7e54e7
permissions -rw-r--r--
merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions)


set(fpcrtl_src  fileio.c
                misc.c
                pmath.c
                system.c
                sysutils.c
)

include_directories(${GLEW_INCLUDE_PATH})

add_library(fpcrtl ${fpcrtl_src})

if(WEBGL)
    set_target_properties(fpcrtl PROPERTIES PREFIX "em")
    set_target_properties(fpcrtl PROPERTIES SUFFIX ".bc")
endif(WEBGL)