project_files/hwc/rtl/CMakeLists.txt
author nemo
Mon, 11 May 2015 13:53:08 -0400
changeset 10942 5d7dd938dedc
parent 9254 d5f513019851
child 11659 71bdf987e41f
permissions -rw-r--r--
This probably fixes bug #839 - mine time was hardcoded to 3000 in Attack, instead of using the "0 as undefined" input that other places were using. When re653e96b0ec3 started paying attention to the input parameter, this previously ignored value became a problem.


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})

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