project_files/hwc/rtl/CMakeLists.txt
author koda
Thu, 04 Apr 2013 02:07:06 +0200
branchwebgl
changeset 8853 ef59a44a9f08
parent 8047 25a4daa6473c
child 9201 bcf2f7798ebb
permissions -rw-r--r--
and now engine in c links too (with more manual intervention as of issue #596)


include_directories(${GLEW_INCLUDE_PATH})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl ${fpcrtl_src})

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