diff -r 796f2653f21d -r 25a4daa6473c project_files/hwc/rtl/CMakeLists.txt --- 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)