Revision: 76799
          http://sourceforge.net/p/brlcad/code/76799
Author:   starseeker
Date:     2020-08-16 17:19:42 +0000 (Sun, 16 Aug 2020)
Log Message:
-----------
Give rc.exe an include directory for wish.exe.manifest

Modified Paths:
--------------
    brlcad/trunk/src/other/tk/CMakeLists.txt

Modified: brlcad/trunk/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tk/CMakeLists.txt    2020-08-16 16:55:29 UTC (rev 
76798)
+++ brlcad/trunk/src/other/tk/CMakeLists.txt    2020-08-16 17:19:42 UTC (rev 
76799)
@@ -670,6 +670,7 @@
 
 if (MSVC)
   set(TK_SRCS ${TK_SRCS} win/rc/tk.rc)
+  set(CMAKE_RC_FLAGS /i${CMAKE_CURRENT_BINARY_DIR})
 endif (MSVC)
 
 if (X11_INCLUDE_DIR)

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