branch | webgl |
changeset 8047 | 25a4daa6473c |
parent 8029 | 7ba43d7e54e7 |
child 9201 | bcf2f7798ebb |
--- a/project_files/hwc/rtl/CMakeLists.txt Tue Nov 13 22:24:30 2012 +0100 +++ b/project_files/hwc/rtl/CMakeLists.txt Tue Nov 13 23:39:49 2012 +0100 @@ -1,13 +1,8 @@ - -set(fpcrtl_src fileio.c - misc.c - pmath.c - system.c - sysutils.c -) include_directories(${GLEW_INCLUDE_PATH}) +file(GLOB fpcrtl_src *.c) + add_library(fpcrtl ${fpcrtl_src}) #if(WEBGL)