Revision: 77458
          http://sourceforge.net/p/brlcad/code/77458
Author:   starseeker
Date:     2020-10-15 17:19:06 +0000 (Thu, 15 Oct 2020)
Log Message:
-----------
Need Tk X11 headers with MSVC.

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake

Modified: brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake   2020-10-15 
17:12:38 UTC (rev 77457)
+++ brlcad/branches/thirdparty_rework/src/superbuild/tk.cmake   2020-10-15 
17:19:06 UTC (rev 77458)
@@ -204,6 +204,25 @@
     tkPlatDecls.h
     )
 
+  if (MSVC)
+    ExternalProject_ByProducts(tk TK_BLD ${TK_INSTDIR} ${INCLUDE_DIR} 
${INCLUDE_DIR}
+      tkIntXlibDecls.h
+      X11/ap_keysym.h
+      X11/cursorfont.h
+      X11/DECkeysym.h
+      X11/HPkeysym.h
+      X11/keysymdef.h
+      X11/keysym.h
+      X11/Sunkeysym.h
+      X11/Xatom.h
+      X11/XF86keysym.h
+      X11/Xfuncproto.h
+      X11/X.h
+      X11/Xlib.h
+      X11/Xutil.h
+      )
+  endif (MSVC)
+
   # If something uses the stub, we're going to want the headers, etc. in place
   add_dependencies(tkstub-static tk_stage)
 

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to