Revision: 77503
http://sourceforge.net/p/brlcad/code/77503
Author: starseeker
Date: 2020-10-19 16:06:49 +0000 (Mon, 19 Oct 2020)
Log Message:
-----------
Not that simple - try an include
Modified Paths:
--------------
brlcad/branches/thirdparty_rework/src/libdm/wgl/CMakeLists.txt
brlcad/branches/thirdparty_rework/src/libdm/wgl/dm-wgl.c
Modified: brlcad/branches/thirdparty_rework/src/libdm/wgl/CMakeLists.txt
===================================================================
--- brlcad/branches/thirdparty_rework/src/libdm/wgl/CMakeLists.txt
2020-10-19 16:04:17 UTC (rev 77502)
+++ brlcad/branches/thirdparty_rework/src/libdm/wgl/CMakeLists.txt
2020-10-19 16:06:49 UTC (rev 77503)
@@ -15,6 +15,7 @@
${OPENGL_INCLUDE_DIR_GL}
${TCL_INCLUDE_PATH}
${TK_INCLUDE_PATH}
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../superbuild/tk/win
)
set_property(SOURCE dm-wgl.c APPEND PROPERTY COMPILE_DEFINITIONS
FB_USE_INTERNAL_API)
Modified: brlcad/branches/thirdparty_rework/src/libdm/wgl/dm-wgl.c
===================================================================
--- brlcad/branches/thirdparty_rework/src/libdm/wgl/dm-wgl.c 2020-10-19
16:04:17 UTC (rev 77502)
+++ brlcad/branches/thirdparty_rework/src/libdm/wgl/dm-wgl.c 2020-10-19
16:06:49 UTC (rev 77503)
@@ -27,7 +27,7 @@
#include "tk.h"
/* needed for TkWinGetHWND() */
-#include "../../superbuild/tk/win/TkWinInt.h"
+#include "tkWinInt.h"
#undef VMIN /* is used in vmath.h, too */
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