project_files/hwc/rtl/CMakeLists.txt
author koda
Thu, 04 Apr 2013 01:38:30 +0200
branchwebgl
changeset 8850 ae8a957c69fd
parent 8047 25a4daa6473c
child 9201 bcf2f7798ebb
permissions -rw-r--r--
engine to c now compiles with some manual intervention (as of bug #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)