author | koda |
Tue, 18 Jun 2013 22:10:06 +0200 | |
branch | webgl |
changeset 9254 | d5f513019851 |
parent 9252 | 8749053e8109 |
child 9256 | 5a2e94a4c2d0 |
--- a/project_files/hwc/rtl/CMakeLists.txt Tue Jun 18 19:33:10 2013 +0200 +++ b/project_files/hwc/rtl/CMakeLists.txt Tue Jun 18 22:10:06 2013 +0200 @@ -3,7 +3,7 @@ file(GLOB fpcrtl_src *.c) -add_library(fpcrtl ${fpcrtl_src}) +add_library(fpcrtl STATIC ${fpcrtl_src}) #if(WEBGL) # set_target_properties(fpcrtl PROPERTIES PREFIX "em")