Blob Blame History Raw
--- rts/CMakeLists.txt	2010-05-02 12:15:20.000000000 -0500
+++ rts/CMakeLists.txt	2010-05-02 12:35:28.000000000 -0500
@@ -132,6 +132,7 @@ 
 ### only use the directory for target platform
 IF (UNIX)
 	AUX_SOURCE_DIRECTORY(System/Platform/Linux sysfiles)
+	LIST(APPEND spring_libraries dl)
 ELSE (UNIX)
 	AUX_SOURCE_DIRECTORY(System/Platform/Win sysfiles)
 ENDIF (UNIX)