rtl always static webgl
authorkoda
Tue, 18 Jun 2013 22:10:06 +0200
branchwebgl
changeset 9254 d5f513019851
parent 9252 8749053e8109
child 9256 5a2e94a4c2d0
rtl always static
project_files/hwc/rtl/CMakeLists.txt
--- 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")