Revision: 65594
          http://sourceforge.net/p/brlcad/code/65594
Author:   starseeker
Date:     2015-07-12 14:58:17 +0000 (Sun, 12 Jul 2015)
Log Message:
-----------
liboptical needs Tcl lib called out explicitly in CMake now.

Modified Paths:
--------------
    brlcad/trunk/src/liboptical/CMakeLists.txt

Modified: brlcad/trunk/src/liboptical/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/liboptical/CMakeLists.txt  2015-07-12 02:36:10 UTC (rev 
65593)
+++ brlcad/trunk/src/liboptical/CMakeLists.txt  2015-07-12 14:58:17 UTC (rev 
65594)
@@ -5,6 +5,7 @@
   ${BU_INCLUDE_DIRS}
   ${BN_INCLUDE_DIRS}
   ${RT_INCLUDE_DIRS}
+  ${TCL_INCLUDE_DIR}
   )
 BRLCAD_LIB_INCLUDE_DIRS(optical OPTICAL_INCLUDE_DIRS "")
 
@@ -106,11 +107,11 @@
   set(LIBOPTICAL_SOURCES ${LIBOPTICAL_SOURCES} sh_osl.cpp)
 
   # Link liboptical with osl-renderer library
-  BRLCAD_ADDLIB(liboptical "${LIBOPTICAL_SOURCES}" 
"librt;libbn;libbu;liboslrend")
+  BRLCAD_ADDLIB(liboptical "${LIBOPTICAL_SOURCES}" 
"librt;libbn;libbu;liboslrend;${TCL_LIBRARY}")
 
 else(BRLCAD_ENABLE_OSL)
 
-  BRLCAD_ADDLIB(liboptical "${LIBOPTICAL_SOURCES}" "librt;libbn;libbu")
+  BRLCAD_ADDLIB(liboptical "${LIBOPTICAL_SOURCES}" 
"librt;libbn;libbu;${TCL_LIBRARY}")
 
 endif(BRLCAD_ENABLE_OSL)
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to