project_files/hwc/rtl/CMakeLists.txt
author sheepluva
Sat, 29 Nov 2014 05:15:27 +0100
changeset 10564 0cb20aa8877a
parent 9254 d5f513019851
child 11664 71bdf987e41f
permissions -rw-r--r--
more fixing and allow pas2c to run tests. they will still fail though - engine does not exit with the specified exit codes, also data types are messed up


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)