Revision: 77504
          http://sourceforge.net/p/brlcad/code/77504
Author:   starseeker
Date:     2020-10-19 16:11:38 +0000 (Mon, 19 Oct 2020)
Log Message:
-----------
tkWinInt.h needs tkInt.h

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/libdm/wgl/CMakeLists.txt

Modified: brlcad/branches/thirdparty_rework/src/libdm/wgl/CMakeLists.txt
===================================================================
--- brlcad/branches/thirdparty_rework/src/libdm/wgl/CMakeLists.txt      
2020-10-19 16:06:49 UTC (rev 77503)
+++ brlcad/branches/thirdparty_rework/src/libdm/wgl/CMakeLists.txt      
2020-10-19 16:11:38 UTC (rev 77504)
@@ -15,6 +15,8 @@
     ${OPENGL_INCLUDE_DIR_GL}
     ${TCL_INCLUDE_PATH}
     ${TK_INCLUDE_PATH}
+    # Needed for tkWinInt.h
+    ${CMAKE_CURRENT_SOURCE_DIR}/../../superbuild/tk/generic
     ${CMAKE_CURRENT_SOURCE_DIR}/../../superbuild/tk/win
     )
 

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