project_files/hwc/rtl/CMakeLists.txt
author koda
Mon, 17 Jun 2013 22:54:17 +0200
branchwebgl
changeset 9201 bcf2f7798ebb
parent 8047 25a4daa6473c
child 9254 d5f513019851
permissions -rw-r--r--
redid FindGLEW in the right way (tm)


include_directories(${GLEW_INCLUDE_DIR})

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)