Revision: 52491
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52491&view=rev
Author:   brlcad
Date:     2012-09-18 14:59:38 +0000 (Tue, 18 Sep 2012)
Log Message:
-----------
need X11 include dirs

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

Modified: brlcad/trunk/src/other/togl/demo/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/togl/demo/CMakeLists.txt     2012-09-18 14:59:27 UTC 
(rev 52490)
+++ brlcad/trunk/src/other/togl/demo/CMakeLists.txt     2012-09-18 14:59:38 UTC 
(rev 52491)
@@ -1,10 +1,11 @@
 include_directories(
+       ${TCL_INCLUDE_PATH}
+       ${TK_INCLUDE_PATH}
+        ${X11_INCLUDE_DIR}
+       ${OPENGL_INCLUDE_DIR_GL}
        ${CMAKE_CURRENT_SOURCE_DIR}/../include
        ${CMAKE_CURRENT_BINARY_DIR}/../src
        ${CMAKE_CURRENT_BINARY_DIR}/../include
-       ${OPENGL_INCLUDE_DIR_GL}
-       ${TCL_INCLUDE_PATH}
-       ${TK_INCLUDE_PATH}
        )
 
 SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to